From 8b4231e3109d4b29e4d90f4553f718a1d7867bc5 Mon Sep 17 00:00:00 2001 From: Stefan Malzner Date: Mon, 14 Jan 2019 22:26:06 +0100 Subject: Add buttons --- packages/forms/src/input/styles.ts | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'packages/forms/src/input/styles.ts') diff --git a/packages/forms/src/input/styles.ts b/packages/forms/src/input/styles.ts index 2b34e92c3..a64d2c340 100644 --- a/packages/forms/src/input/styles.ts +++ b/packages/forms/src/input/styles.ts @@ -6,12 +6,10 @@ const prefixStyles = (theme: Theme) => ({ color: theme.inputPrefixColor, lineHeight: theme.inputHeight, padding: '0 10px', + fontSize: theme.uiFontSize, }); export default (theme: Theme) => ({ - container: { - // display: 'flex', - }, disabled: { opacity: theme.inputDisabledOpacity, }, @@ -33,7 +31,7 @@ export default (theme: Theme) => ({ input: { background: 'none', border: 0, - fontSize: theme.inputFontSize, + fontSize: theme.uiFontSize, outline: 'none', padding: 8, width: '100%', -- cgit v1.2.3-70-g09d2