From cb1c295d8026df1449065ba9170668051bbeb217 Mon Sep 17 00:00:00 2001 From: Dwayne Harris Date: Sun, 17 Nov 2019 19:02:52 -0500 Subject: [PATCH] WIP --- src/apps/gif-app/composer/index.tsx | 2 +- src/apps/text-app/composer/index.tsx | 2 +- src/styles/default.css | 5 +++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/apps/gif-app/composer/index.tsx b/src/apps/gif-app/composer/index.tsx index 951c0f0..98e4380 100644 --- a/src/apps/gif-app/composer/index.tsx +++ b/src/apps/gif-app/composer/index.tsx @@ -3,4 +3,4 @@ import { render } from 'react-dom' import App from './app' import { Communicator } from '../../../communicator' -render(, document.getElementById('app')) +render(, document.getElementById('app')) diff --git a/src/apps/text-app/composer/index.tsx b/src/apps/text-app/composer/index.tsx index eb0ac51..5be2faa 100644 --- a/src/apps/text-app/composer/index.tsx +++ b/src/apps/text-app/composer/index.tsx @@ -3,4 +3,4 @@ import { render } from 'react-dom' import App from './app' import { Communicator } from '../../../communicator' -render(, document.getElementById('app')) +render(, document.getElementById('app')) diff --git a/src/styles/default.css b/src/styles/default.css index a4a9a87..2ce4dca 100644 --- a/src/styles/default.css +++ b/src/styles/default.css @@ -19,9 +19,10 @@ body { input, textarea, select { border: 1px solid; + border-radius: 0; box-sizing: border-box; font-family: var(--default-font); - font-size: 1rem; + font-size: 0.9rem; margin: 0px; padding: var(--input-padding); width: 100%; @@ -29,7 +30,7 @@ input, textarea, select { button { border: none; - border-radius: 8px; + border-radius: 25px; cursor: pointer; font-size: 0.8rem; font-weight: 700;