Skip to content

Commit

Permalink
Fix secondary button foreground and hover colors (microsoft#168357)
Browse files Browse the repository at this point in the history
Fix secondary button foreground
  • Loading branch information
daviddossett authored Dec 7, 2022
1 parent fd0ee4f commit 48afb8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extensions/theme-defaults/themes/light_plus_experimental.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"button.foreground": "#ffffff",
"button.hoverBackground": "#005FB8e6",
"button.secondaryBackground": "#0000001a",
"button.secondaryForeground": "#ffffffc5",
"button.secondaryHoverBackground": "#ffffff15",
"button.secondaryForeground": "#000000e4",
"button.secondaryHoverBackground": "#00000034",
"checkbox.background": "#f8f8f8",
"checkbox.border": "#0000001a",
"descriptionForeground": "#000000e4",
Expand Down

0 comments on commit 48afb8e

Please sign in to comment.