Skip to content

Commit

Permalink
[base] Customize focus ring theming
Browse files Browse the repository at this point in the history
  • Loading branch information
mariuslundgard committed Jan 20, 2021
1 parent f2c60f0 commit d928209
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/@sanity/base/src/theme/index.ts
Expand Up @@ -57,6 +57,10 @@ const color: ThemeColorSchemes = {
export const theme: RootTheme = {
...defaults,
color,
focusRing: {
offset: -1,
width: 2,
},
media: [
parseInt(legacyTheme['--screen-medium-break'], 10) || 512,
parseInt(legacyTheme['--screen-default-break'], 10) || 640,
Expand Down

0 comments on commit d928209

Please sign in to comment.