aboutsummaryrefslogtreecommitdiffstats
path: root/packages/forms/src/input/styles.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/forms/src/input/styles.ts')
-rw-r--r--packages/forms/src/input/styles.ts6
1 files changed, 2 insertions, 4 deletions
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) => ({
6 color: theme.inputPrefixColor, 6 color: theme.inputPrefixColor,
7 lineHeight: theme.inputHeight, 7 lineHeight: theme.inputHeight,
8 padding: '0 10px', 8 padding: '0 10px',
9 fontSize: theme.uiFontSize,
9}); 10});
10 11
11export default (theme: Theme) => ({ 12export default (theme: Theme) => ({
12 container: {
13 // display: 'flex',
14 },
15 disabled: { 13 disabled: {
16 opacity: theme.inputDisabledOpacity, 14 opacity: theme.inputDisabledOpacity,
17 }, 15 },
@@ -33,7 +31,7 @@ export default (theme: Theme) => ({
33 input: { 31 input: {
34 background: 'none', 32 background: 'none',
35 border: 0, 33 border: 0,
36 fontSize: theme.inputFontSize, 34 fontSize: theme.uiFontSize,
37 outline: 'none', 35 outline: 'none',
38 padding: 8, 36 padding: 8,
39 width: '100%', 37 width: '100%',