aboutsummaryrefslogtreecommitdiffstats
path: root/packages/forms
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2019-03-20 16:10:04 +0100
committerLibravatar Stefan Malzner <stefan@adlk.io>2019-03-20 16:10:04 +0100
commit2f91e643642f6604e3cb60ad94258e777c5a32ad (patch)
tree7112bb4b55671bccf613850fe212e374b29f9ac8 /packages/forms
parentBring lerna back in sync (diff)
downloadferdium-app-2f91e643642f6604e3cb60ad94258e777c5a32ad.tar.gz
ferdium-app-2f91e643642f6604e3cb60ad94258e777c5a32ad.tar.zst
ferdium-app-2f91e643642f6604e3cb60ad94258e777c5a32ad.zip
fix height difference
Diffstat (limited to 'packages/forms')
-rw-r--r--packages/forms/src/button/index.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/forms/src/button/index.tsx b/packages/forms/src/button/index.tsx
index 7a7f83dab..6959cde73 100644
--- a/packages/forms/src/button/index.tsx
+++ b/packages/forms/src/button/index.tsx
@@ -44,6 +44,7 @@ const styles = (theme: Theme) => ({
44 width: (props: IProps) => (props.stretch ? '100%' : 'auto') as CSS.WidthProperty<string>, 44 width: (props: IProps) => (props.stretch ? '100%' : 'auto') as CSS.WidthProperty<string>,
45 fontSize: theme.uiFontSize, 45 fontSize: theme.uiFontSize,
46 textDecoration: 'none', 46 textDecoration: 'none',
47 height: theme.buttonHeight,
47 48
48 '&:hover': { 49 '&:hover': {
49 opacity: 0.8, 50 opacity: 0.8,