aboutsummaryrefslogtreecommitdiffstats
path: root/packages/forms/src/input/styles.ts
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2019-01-14 22:26:06 +0100
committerLibravatar Stefan Malzner <stefan@adlk.io>2019-01-14 22:26:06 +0100
commit8b4231e3109d4b29e4d90f4553f718a1d7867bc5 (patch)
treeb7c89bd60d01cca3692a3e6df580669fd08a4b27 /packages/forms/src/input/styles.ts
parentUpdate package.json (diff)
downloadferdium-app-8b4231e3109d4b29e4d90f4553f718a1d7867bc5.tar.gz
ferdium-app-8b4231e3109d4b29e4d90f4553f718a1d7867bc5.tar.zst
ferdium-app-8b4231e3109d4b29e4d90f4553f718a1d7867bc5.zip
Add buttons
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%',