Fix button size

This commit is contained in:
Eric Bailey
2024-05-20 20:36:36 -05:00
parent 87fa501433
commit b009316b68
@@ -197,6 +197,7 @@ let ProfileHeaderLabeler = ({
<View <View
style={[ style={[
{ {
paddingVertical: 12,
backgroundColor: backgroundColor:
isSubscribed || !canSubscribe isSubscribed || !canSubscribe
? state.hovered || state.pressed ? state.hovered || state.pressed
@@ -206,8 +207,7 @@ let ProfileHeaderLabeler = ({
? tokens.color.temp_purple_dark ? tokens.color.temp_purple_dark
: tokens.color.temp_purple, : tokens.color.temp_purple,
}, },
a.py_sm, a.px_lg,
a.px_md,
a.rounded_sm, a.rounded_sm,
a.gap_sm, a.gap_sm,
]}> ]}>