Fix button size
This commit is contained in:
@@ -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,
|
||||||
]}>
|
]}>
|
||||||
|
|||||||
Reference in New Issue
Block a user