Skip to content

Commit

Permalink
fix(theme): increase switch padding
Browse files Browse the repository at this point in the history
  • Loading branch information
mariuslundgard committed Dec 14, 2023
1 parent 604ac42 commit e99251d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/theme/defaults/config.ts
Expand Up @@ -57,7 +57,7 @@ export const defaultThemeConfig: Omit<RootTheme_v2, 'color' | 'font'> = {
switch: {
width: 25,
height: 17,
padding: 2,
padding: 5,
transitionDurationMs: 150,
transitionTimingFunction: 'ease-out',
focusRing: {offset: 1, width: 1},
Expand Down

0 comments on commit e99251d

Please sign in to comment.