mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
Change linear-progress bar background color for dark mode (#18059)
This commit is contained in:
parent
59bd852e7a
commit
8daff17d6a
@ -14,6 +14,7 @@ export const darkStyles = {
|
|||||||
"switch-unchecked-track-color": "#9b9b9b",
|
"switch-unchecked-track-color": "#9b9b9b",
|
||||||
"divider-color": "rgba(225, 225, 225, .12)",
|
"divider-color": "rgba(225, 225, 225, .12)",
|
||||||
"mdc-ripple-color": "#AAAAAA",
|
"mdc-ripple-color": "#AAAAAA",
|
||||||
|
"mdc-linear-progress-buffer-color": "rgba(255, 255, 255, 0.1)",
|
||||||
|
|
||||||
"input-idle-line-color": "rgba(255, 255, 255, 0.42)",
|
"input-idle-line-color": "rgba(255, 255, 255, 0.42)",
|
||||||
"input-hover-line-color": "rgba(255, 255, 255, 0.87)",
|
"input-hover-line-color": "rgba(255, 255, 255, 0.87)",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user