mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-28 11:46:42 +00:00
Add disabled text color to dark mode (#6694)
This commit is contained in:
parent
64d3511fbc
commit
75406c2d01
@ -6,6 +6,7 @@ export const darkStyles = {
|
|||||||
"secondary-background-color": "#1e1e1e",
|
"secondary-background-color": "#1e1e1e",
|
||||||
"primary-text-color": "#e1e1e1",
|
"primary-text-color": "#e1e1e1",
|
||||||
"secondary-text-color": "#9b9b9b",
|
"secondary-text-color": "#9b9b9b",
|
||||||
|
"disabled-text-color": "#6f6f6f",
|
||||||
"app-header-text-color": "#e1e1e1",
|
"app-header-text-color": "#e1e1e1",
|
||||||
"app-header-background-color": "#1c1c1c",
|
"app-header-background-color": "#1c1c1c",
|
||||||
"switch-unchecked-button-color": "#999999",
|
"switch-unchecked-button-color": "#999999",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user