Răsfoiți Sursa

remove temporary pin on radix ui themes (#4878)

Khaleel Al-Adhami 3 luni în urmă
părinte
comite
89d2618096
1 a modificat fișierele cu 0 adăugiri și 3 ștergeri
  1. 0 3
      reflex/components/radix/themes/base.py

+ 0 - 3
reflex/components/radix/themes/base.py

@@ -112,9 +112,6 @@ class RadixThemesComponent(Component):
 
     library = "@radix-ui/themes@^3.0.0"
 
-    # Temporary pin < 3.1.5 until radix-ui/themes#627 is resolved.
-    library = library + " && <3.1.5"
-
     # "Fake" prop color_scheme is used to avoid shadowing CSS prop "color".
     _rename_props: Dict[str, str] = {"colorScheme": "color"}