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