Menu Icon: Fix color (#5976)

This commit is contained in:
Alexander Zinchuk 2025-06-04 20:41:47 +02:00
parent 660f42befd
commit dbb0231f9e

View File

@ -99,17 +99,17 @@
max-height: 20rem; max-height: 20rem;
} }
:global(.MenuItem) {
:global(.icon) {
color: var(--color-text);
}
}
.menu { .menu {
:global(.bubble) { :global(.bubble) {
top: 2.25rem !important; top: 2.25rem !important;
} }
:global(.MenuItem) {
:global(.icon) {
color: var(--color-text);
}
}
&.left { &.left {
:global(.bubble) { :global(.bubble) {
right: auto !important; right: auto !important;