chore: Fix notification button background
This commit is contained in:
parent
f06e697a6d
commit
2dd98d0c4a
6 changed files with 6 additions and 6 deletions
|
@ -791,7 +791,7 @@
|
|||
"notification.infoForeground": "{{variant.scheme.base.white}}",
|
||||
"notification.warningBackground": "{{variant.scheme.base.red}}",
|
||||
"notification.warningForeground": "{{variant.scheme.base.white}}",
|
||||
"notification.buttonBackground": "{{variant.scheme.selection}}",
|
||||
"notification.buttonBackground": "{{variant.scheme.foreground}}50",
|
||||
"badge.background": "{{variant.scheme.lineHighlight}}30",
|
||||
"badge.foreground": "{{variant.scheme.comments}}",
|
||||
"button.background": "{{variant.scheme.selection}}",
|
||||
|
|
|
@ -790,7 +790,7 @@
|
|||
"notification.infoForeground": "#ffffff",
|
||||
"notification.warningBackground": "#FF5370",
|
||||
"notification.warningForeground": "#ffffff",
|
||||
"notification.buttonBackground": "#61616150",
|
||||
"notification.buttonBackground": "#EEFFFF50",
|
||||
"badge.background": "#00000030",
|
||||
"badge.foreground": "#4A4A4A",
|
||||
"button.background": "#61616150",
|
||||
|
|
|
@ -790,7 +790,7 @@
|
|||
"notification.infoForeground": "#ffffff",
|
||||
"notification.warningBackground": "#FF5370",
|
||||
"notification.warningForeground": "#ffffff",
|
||||
"notification.buttonBackground": "#80CBC420",
|
||||
"notification.buttonBackground": "#EEFFFF50",
|
||||
"badge.background": "#00000030",
|
||||
"badge.foreground": "#546E7A",
|
||||
"button.background": "#80CBC420",
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -790,7 +790,7 @@
|
|||
"notification.infoForeground": "#FFFFFF",
|
||||
"notification.warningBackground": "#E53935",
|
||||
"notification.warningForeground": "#FFFFFF",
|
||||
"notification.buttonBackground": "#80CBC440",
|
||||
"notification.buttonBackground": "#90A4AE50",
|
||||
"badge.background": "#CCD7DA30",
|
||||
"badge.foreground": "#90A4AE90",
|
||||
"button.background": "#80CBC440",
|
||||
|
|
|
@ -790,7 +790,7 @@
|
|||
"notification.infoForeground": "#ffffff",
|
||||
"notification.warningBackground": "#FF5370",
|
||||
"notification.warningForeground": "#ffffff",
|
||||
"notification.buttonBackground": "#717CB450",
|
||||
"notification.buttonBackground": "#A6ACCD50",
|
||||
"badge.background": "#00000030",
|
||||
"badge.foreground": "#676E95",
|
||||
"button.background": "#717CB450",
|
||||
|
|
Loading…
Reference in a new issue