Skip to content

Commit 7f3994b

Browse files
committed
reduces the thickness of the focus-visible
1 parent 3418aa6 commit 7f3994b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/webapp/tailwind.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ module.exports = {
212212
prod: prodEnv,
213213
},
214214
focusStyles: {
215-
outline: "2px solid",
215+
outline: "1px solid",
216216
outlineOffset: "0px",
217217
outlineColor: textLink,
218218
borderRadius: "2px",

0 commit comments

Comments
 (0)