This commit is contained in:
Philip Cesar Garay
2025-08-18 21:11:27 +08:00
parent 5fd72ba2c0
commit 56a66e59c9
8 changed files with 92 additions and 3 deletions
+4 -2
View File
@@ -11,9 +11,11 @@ const BorderGradientButton = ({
onPress,
icon,
titleStyle,
containerStyle = {},
tint = "dark",
}) => {
return (
<Pressable onPress={onPress}>
<Pressable onPress={onPress} style={{ ...containerStyle }}>
<BorderGradient
gradientProps={{
colors: ["#F94697", "#7023F7"],
@@ -39,7 +41,7 @@ const BorderGradientButton = ({
>
<BlurView
intensity={40}
tint="dark"
tint={tint}
style={{
width: "100%",
height: "100%",