Skip to content

Commit

Permalink
fix: adjust brand color based focus styles
Browse files Browse the repository at this point in the history
  • Loading branch information
MildTomato committed Mar 4, 2022
1 parent c30e1a6 commit a6acb86
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/lib/theme/defaultTheme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ export default {
bg-brand-fixed-800 hover:bg-brand-fixed-900
text-lo-contrast
bordershadow-brand-fixed-800 hover:bordershadow-brand-fixed-1000
focus-visible:outline-brand-700
focus-visible:outline-brand-600
`,
secondary: `
bg-scale-1200
Expand All @@ -436,7 +436,7 @@ export default {
bordershadow-scale-600 hover:bordershadow-scale-700
dark:bordershadow-scale-700 hover:dark:bordershadow-scale-800
dark:bg-scale-500 dark:hover:bg-scale-600
focus-visible:outline-brand-700
focus-visible:outline-brand-600
`,
alternative: `
Expand All @@ -445,7 +445,7 @@ export default {
bordershadow-brand-600 hover:bordershadow-brand-800
dark:bordershadow-brand-700 hover:dark:bordershadow-brand-800
focus-visible:border-brand-800
focus-visible:outline-brand-700
focus-visible:outline-brand-600
`,
outline: `
text-scale-1200
Expand Down Expand Up @@ -1175,7 +1175,7 @@ export default {
outline-offset-1
transition-all
focus:outline-4
focus:outline-brand-700
focus:outline-brand-600
`,
item_nested: `
border-none
Expand Down

0 comments on commit a6acb86

Please sign in to comment.