Skip to content
This repository was archived by the owner on Feb 19, 2025. It is now read-only.

Commit a6acb86

Browse files
committed
fix: adjust brand color based focus styles
1 parent c30e1a6 commit a6acb86

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/lib/theme/defaultTheme.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ export default {
419419
bg-brand-fixed-800 hover:bg-brand-fixed-900
420420
text-lo-contrast
421421
bordershadow-brand-fixed-800 hover:bordershadow-brand-fixed-1000
422-
focus-visible:outline-brand-700
422+
focus-visible:outline-brand-600
423423
`,
424424
secondary: `
425425
bg-scale-1200
@@ -436,7 +436,7 @@ export default {
436436
bordershadow-scale-600 hover:bordershadow-scale-700
437437
dark:bordershadow-scale-700 hover:dark:bordershadow-scale-800
438438
dark:bg-scale-500 dark:hover:bg-scale-600
439-
focus-visible:outline-brand-700
439+
focus-visible:outline-brand-600
440440
441441
`,
442442
alternative: `
@@ -445,7 +445,7 @@ export default {
445445
bordershadow-brand-600 hover:bordershadow-brand-800
446446
dark:bordershadow-brand-700 hover:dark:bordershadow-brand-800
447447
focus-visible:border-brand-800
448-
focus-visible:outline-brand-700
448+
focus-visible:outline-brand-600
449449
`,
450450
outline: `
451451
text-scale-1200
@@ -1175,7 +1175,7 @@ export default {
11751175
outline-offset-1
11761176
transition-all
11771177
focus:outline-4
1178-
focus:outline-brand-700
1178+
focus:outline-brand-600
11791179
`,
11801180
item_nested: `
11811181
border-none

0 commit comments

Comments
 (0)