We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 925ecea commit 7a07950Copy full SHA for 7a07950
link_bio/link_bio/styles/styles.py
@@ -49,20 +49,6 @@ class Spacing(Enum):
49
"font_family": Font.DEFAULT.value,
50
"font_weight": FontWeight.MEDIUM.value
51
},
52
- # rx.button: {
53
- # "width": "100%",
54
- # "height": "100%",
55
- # "padding": Size.SMALL.value,
56
- # "border_radius": Size.DEFAULT.value,
57
- # "color": TextColor.LIGHT.value,
58
- # "background_color": Color.DARK.value,
59
- # "white_space": "normal",
60
- # "text_align": "start",
61
- # "--cursor-button": "pointer",
62
- # "_hover": {
63
- # "background_color": Color.PRIMARY.value
64
- # }
65
- # },
66
rx.button: {
67
"width": "100%",
68
"height": "100%",
0 commit comments