add separator default width to fill the container (#2459)

This commit is contained in:
Tom Gotsman 2024-01-28 15:51:11 -08:00 committed by GitHub
parent d68de02bc8
commit 14e35e51ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,7 +18,7 @@ class Separator(CommonMarginProps, RadixThemesComponent):
tag = "Separator"
# The size of the select: "1" | "2" | "3" | "4"
size: Var[LiteralSeperatorSize]
size: Var[LiteralSeperatorSize] = Var.create_safe("4")
# The color of the select
color: Var[LiteralAccentColor]