Skip to content

Commit

Permalink
Correctly override focus outline thickness to 1px.
Browse files Browse the repository at this point in the history
  • Loading branch information
junhaoliao committed Oct 18, 2024
1 parent 985a12d commit e5186ab
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions new-log-viewer/src/components/theme.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,7 @@ const APP_THEME = extendTheme({
},
},
focus: {
default: {
outlineWidth: "3px",
},
thickness: "1px",
},
fontFamily: {
body: "var(--ylv-ui-font-family)",
Expand Down

0 comments on commit e5186ab

Please sign in to comment.