Skip to content

Commit e5186ab

Browse files
committed
Correctly override focus outline thickness to 1px.
1 parent 985a12d commit e5186ab

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

new-log-viewer/src/components/theme.tsx

+1-3
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,7 @@ const APP_THEME = extendTheme({
5757
},
5858
},
5959
focus: {
60-
default: {
61-
outlineWidth: "3px",
62-
},
60+
thickness: "1px",
6361
},
6462
fontFamily: {
6563
body: "var(--ylv-ui-font-family)",

0 commit comments

Comments
 (0)