update
This commit is contained in:
@@ -9,9 +9,10 @@ const GradientButton = ({
|
||||
colors = ["#F94697", "#7023F7"],
|
||||
onPress,
|
||||
props,
|
||||
containerStyle = {},
|
||||
}) => {
|
||||
return (
|
||||
<Pressable onPress={onPress}>
|
||||
<Pressable onPress={onPress} style={{ ...containerStyle }}>
|
||||
<LinearGradient
|
||||
colors={colors}
|
||||
style={{
|
||||
|
||||
Reference in New Issue
Block a user