diff --git a/reflex/components/radix/themes/components/radio_group.py b/reflex/components/radix/themes/components/radio_group.py index ad7a0f10a..7ff901f37 100644 --- a/reflex/components/radix/themes/components/radio_group.py +++ b/reflex/components/radix/themes/components/radio_group.py @@ -87,7 +87,7 @@ class HighLevelRadioGroup(RadixThemesComponent): items: Var[List[str]] # The direction of the radio group. - direction: Var[LiteralFlexDirection] = Var.create_safe("column") + direction: Var[LiteralFlexDirection] # The gap between the items of the radio group. spacing: Var[LiteralSpacing] = Var.create_safe("2")