Skip to content

Commit

Permalink
fix: switch flex shrink
Browse files Browse the repository at this point in the history
  • Loading branch information
zouxuoz committed Mar 16, 2020
1 parent 2f4728d commit 744363d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Switch/Switch.theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ const [SwitchApperanceTag, themeApperance] = createThemeTag(`${name}Appearance`,

height: '24px',
width: '48px',
flexShrink: 0,
borderRadius: '24px',

'&:before': {
Expand Down

0 comments on commit 744363d

Please sign in to comment.