mirror of
https://github.com/home-assistant/frontend.git
synced 2026-02-04 01:10:33 -06:00
Make labs toolbar icon use default color (#28255)
This commit is contained in:
parent
6a2fac6a9e
commit
febcbf6242
@ -385,6 +385,10 @@ class HaConfigLabs extends SubscribeMixin(LitElement) {
|
||||
display: block;
|
||||
}
|
||||
|
||||
a[slot="toolbar-icon"] {
|
||||
color: var(--sidebar-icon-color);
|
||||
}
|
||||
|
||||
.content {
|
||||
max-width: 800px;
|
||||
margin: 0 auto;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user