Fix secondary button foreground and hover colors (#168357)

Fix secondary button foreground
This commit is contained in:
David Dossett 2022-12-07 15:02:14 -08:00 committed by GitHub
parent fd0ee4f77e
commit 48afb8e408
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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",