Skip to content

Commit 7a07950

Browse files
committed
Rebranding [WIP]
1 parent 925ecea commit 7a07950

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

link_bio/link_bio/styles/styles.py

-14
Original file line numberDiff line numberDiff line change
@@ -49,20 +49,6 @@ class Spacing(Enum):
4949
"font_family": Font.DEFAULT.value,
5050
"font_weight": FontWeight.MEDIUM.value
5151
},
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-
# },
6652
rx.button: {
6753
"width": "100%",
6854
"height": "100%",

0 commit comments

Comments
 (0)