enhance(ui): inherit global color for the popup foreground color

This commit is contained in:
charlie
2024-07-22 13:28:19 +08:00
parent d2f1fd52f4
commit 9ff589b6b9

View File

@@ -281,6 +281,10 @@ div[data-radix-popper-content-wrapper] {
&[data-side=bottom] {
max-height: calc(var(--radix-dropdown-menu-content-available-height) - 20px);
}
&.text-popover-foreground {
color: inherit;
}
}
.ui__popover-content {