瀏覽代碼

Default high level radio to horizontal (#2637)

Nikhil Rao 1 年之前
父節點
當前提交
0beec0b2a6
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      reflex/components/radix/themes/components/radio_group.py

+ 1 - 1
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")