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;
} }
.menu {
:global(.bubble) {
top: 2.25rem !important;
}
:global(.MenuItem) { :global(.MenuItem) {
:global(.icon) { :global(.icon) {
color: var(--color-text); color: var(--color-text);
} }
} }
.menu {
:global(.bubble) {
top: 2.25rem !important;
}
&.left { &.left {
:global(.bubble) { :global(.bubble) {
right: auto !important; right: auto !important;