mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-28 04:23:32 +01:00
Fix secondary button foreground and hover colors (#168357)
Fix secondary button foreground
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user