mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-11-24 00:42:29 +03:00
Merge pull request #729 from NoRedInk/kraken/toggle-button-vertical-align
Add verticalAlign: middle to toggleButtons
This commit is contained in:
commit
e9e74fa3ca
@ -597,6 +597,7 @@ toggleButton config =
|
||||
(styledName "toggleButton")
|
||||
[ buttonStyles Medium WidthUnbounded secondaryColors []
|
||||
, toggledStyles
|
||||
, Css.verticalAlign Css.middle
|
||||
]
|
||||
[ Events.onClick
|
||||
(if config.pressed then
|
||||
|
Loading…
Reference in New Issue
Block a user