Skip to content

Commit

Permalink
[base] Define focus ring theme configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
mariuslundgard committed Jan 20, 2021
1 parent 279286e commit 897a3d4
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 @@ -67,4 +67,8 @@ export const theme: RootTheme = {
parseInt(legacyTheme['--screen-large-break'], 10) || 960,
parseInt(legacyTheme['--screen-xlarge-break'], 10) || 1600,
],
focusRing: {
offset: -1,
width: 2,
},
}

0 comments on commit 897a3d4

Please sign in to comment.