Skip to content

Fix button size on user interaction

Tobias Thüring requested to merge fix/button-size into master

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 with disabled which does not allow user interaction

Fixes #61

Edited by Tobias Thüring

Merge request reports