fix(ui): default text color for the sub menu content

This commit is contained in:
charlie
2024-08-28 10:06:25 +08:00
parent 7a96fc0e32
commit a1ee76edc5
2 changed files with 4 additions and 1 deletions

View File

@@ -277,7 +277,7 @@ div[data-radix-popper-content-wrapper] {
background-color: or(--lx-accent-08-alpha, --color-level-4);
}
.ui__dropdown-menu-content {
.ui__dropdown-menu-content, div[data-radix-menu-content] {
@apply overflow-y-auto;
&[data-side=top] {