mirror of
https://github.com/home-assistant/frontend.git
synced 2025-08-07 16:37:48 +00:00
Fix typo in Neutral80 color (#26430)
This commit is contained in:
parent
9588987e30
commit
bbd9d8887d
@ -32,7 +32,7 @@ export const coreColorStyles = css`
|
||||
--ha-color-neutral-50: #7a7a7a;
|
||||
--ha-color-neutral-60: #989898;
|
||||
--ha-color-neutral-70: #b1b1b1;
|
||||
--ha-color-neutral-80: #b1b1b1;
|
||||
--ha-color-neutral-80: #cccccc;
|
||||
--ha-color-neutral-90: #e6e6e6;
|
||||
--ha-color-neutral-95: #f3f3f3;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user