Dropdown fixes

This commit is contained in:
Nithin David Thomas 2025-07-08 12:58:29 +05:30
parent 41f48df1de
commit bbb02c64b3

View file

@ -11631,7 +11631,7 @@ tbody {
}
.confirm-dialogue-body {
background: var(--base);
background: var(--surfaces-surface-01);
color: var(--slate12);
}
@ -14618,7 +14618,7 @@ tbody {
}
.popover-body {
background-color: var(--base);
background-color: var(--surfaces-surface-01);
color: var(--slate12);
border-radius: 6px;
}