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
noresizeprop - replace
idleprop withdisabledwhich does not allow user interaction
- resize on activation can be disabled with
Fixes #61
Edited by Tobias Thüring