Menu: Fix icons color (#1732)
This commit is contained in:
parent
4dc1708f15
commit
3608538ae2
@ -40,7 +40,7 @@
|
||||
i {
|
||||
font-size: 1.5rem;
|
||||
margin-right: 2rem;
|
||||
color: var(--color-text-secondary);
|
||||
color: var(--color-icon-secondary);
|
||||
}
|
||||
|
||||
.menu-item-name {
|
||||
|
||||
@ -76,6 +76,7 @@ $color-message-reaction-own-hover: #b5e0a4;
|
||||
--color-text: #{$color-black};
|
||||
--color-text-lighter: #{$color-dark-gray};
|
||||
--color-text-secondary: #{$color-text-secondary};
|
||||
--color-icon-secondary: #{$color-text-secondary};
|
||||
--color-text-secondary-rgb: #{toRGB($color-text-secondary)};
|
||||
--color-text-secondary-apple: #{$color-text-secondary-apple};
|
||||
--color-text-meta: #{$color-text-meta};
|
||||
|
||||
@ -17,6 +17,7 @@
|
||||
"--color-item-active": ["#ededed", "#292929"],
|
||||
"--color-text": ["#000000", "#FFFFFF"],
|
||||
"--color-text-secondary": ["#707579", "#AAAAAA"],
|
||||
"--color-icon-secondary": ["#707579", "#AAAAAA"],
|
||||
"--color-text-secondary-apple": ["#8E8E92", "#AAAAAA"],
|
||||
"--color-borders": ["#DADCE0", "#303030"],
|
||||
"--color-borders-input": ["#DADCE0", "#5B5B5A"],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user