Browse Source

remove temporary pin on radix ui themes (#4878)

Khaleel Al-Adhami 3 months ago
parent
commit
89d2618096
1 changed files with 0 additions and 3 deletions
  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"
     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".
     # "Fake" prop color_scheme is used to avoid shadowing CSS prop "color".
     _rename_props: Dict[str, str] = {"colorScheme": "color"}
     _rename_props: Dict[str, str] = {"colorScheme": "color"}