aboutsummaryrefslogtreecommitdiffstats
path: root/uidev/src/withTheme/index.tsx
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2019-01-11 21:07:21 +0100
committerLibravatar Stefan Malzner <stefan@adlk.io>2019-01-11 21:07:21 +0100
commit0ac2806481852249c6a2d4a032cc2c0324a58ef8 (patch)
tree03292af10a5a97b824293ff8878d2a5c821d5ed2 /uidev/src/withTheme/index.tsx
parentexpose legacy styles (diff)
downloadferdium-app-0ac2806481852249c6a2d4a032cc2c0324a58ef8.tar.gz
ferdium-app-0ac2806481852249c6a2d4a032cc2c0324a58ef8.tar.zst
ferdium-app-0ac2806481852249c6a2d4a032cc2c0324a58ef8.zip
Add toggle element to @meetfranz/forms
Diffstat (limited to 'uidev/src/withTheme/index.tsx')
-rw-r--r--uidev/src/withTheme/index.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/uidev/src/withTheme/index.tsx b/uidev/src/withTheme/index.tsx
index 17a1074d3..d7d4be3de 100644
--- a/uidev/src/withTheme/index.tsx
+++ b/uidev/src/withTheme/index.tsx
@@ -24,6 +24,7 @@ const styles = (theme: Theme) => ({
24 borderRadius: theme.borderRadiusSmall, 24 borderRadius: theme.borderRadiusSmall,
25 marginBottom: 20, 25 marginBottom: 20,
26 padding: 20, 26 padding: 20,
27 paddingBottom: 5,
27 background: theme.colorContentBackground, 28 background: theme.colorContentBackground,
28 }, 29 },
29}); 30});