Temporarily downpin @radix-ui/themes <3.1.5
A visual/style regression was introduced in @radix-ui/themes 3.1.5 as described in radix-ui/themes#627 which reflex needs to avoid.
This commit is contained in:
parent
7cf3050da0
commit
7338e8f66c
@ -112,6 +112,9 @@ 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"}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user