Fix button size on user interaction
This MR adds multiple things:
-
<Center>
takes a space prop to give 1em distance on children -
<Toggle>
transitions styling is externalized into theme -
<Button>
- resize on activation can be disabled with
noresize
prop - replace
idle
prop withdisabled
which does not allow user interaction
- resize on activation can be disabled with
Fixes #61
Edited by Tobias Thüring