This commit is contained in:
Philip Cesar Garay
2025-08-05 21:04:28 +08:00
parent e22b87bd49
commit d08ec7b778
24 changed files with 994 additions and 78 deletions
+2 -1
View File
@@ -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={{