mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-19 07:16:39 +00:00
Change dark mode input fill color (#10341)
This commit is contained in:
parent
a0fea94db2
commit
52d45d482c
@ -20,8 +20,8 @@ export const darkStyles = {
|
|||||||
"input-outlined-idle-border-color": "rgba(255, 255, 255, 0.38)",
|
"input-outlined-idle-border-color": "rgba(255, 255, 255, 0.38)",
|
||||||
"input-outlined-hover-border-color": "rgba(255, 255, 255, 0.87)",
|
"input-outlined-hover-border-color": "rgba(255, 255, 255, 0.87)",
|
||||||
"input-outlined-disabled-border-color": "rgba(255, 255, 255, 0.06)",
|
"input-outlined-disabled-border-color": "rgba(255, 255, 255, 0.06)",
|
||||||
"input-fill-color": "rgb(10, 10, 10)",
|
"input-fill-color": "rgba(255, 255, 255, 0.05)",
|
||||||
"input-disabled-fill-color": "rgb(5, 5, 5)",
|
"input-disabled-fill-color": "rgba(255, 255, 255, 0.02)",
|
||||||
"input-ink-color": "rgba(255, 255, 255, 0.87)",
|
"input-ink-color": "rgba(255, 255, 255, 0.87)",
|
||||||
"input-label-ink-color": "rgba(255, 255, 255, 0.6)",
|
"input-label-ink-color": "rgba(255, 255, 255, 0.6)",
|
||||||
"input-disabled-ink-color": "rgba(255, 255, 255, 0.37)",
|
"input-disabled-ink-color": "rgba(255, 255, 255, 0.37)",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user