1
0
Эх сурвалжийг харах

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

charlie 1 жил өмнө
parent
commit
9ff589b6b9

+ 4 - 0
resources/css/shui.css

@@ -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 {