Skip to content

Commit

Permalink
feat: reduce default button focus width
Browse files Browse the repository at this point in the history
  • Loading branch information
robinpyon authored and mariuslundgard committed Dec 7, 2023
1 parent a288f75 commit 2ff2b63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/theme/themes/studio/config.ts
Expand Up @@ -15,7 +15,7 @@ export const config: Omit<RootTheme, 'color' | 'fonts'> = {
button: {
textWeight: 'medium',
border: {width: STROKE_WIDTH},
focusRing: {offset: -1, width: 2},
focusRing: {offset: -1, width: 1},
},
card: {
border: {width: STROKE_WIDTH},
Expand Down

0 comments on commit 2ff2b63

Please sign in to comment.