Skip to content

Commit feb256d

Browse files
committed
πŸ’„ app: update button elevation
1 parent 32e5937 commit feb256d

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@exactly/mobile": patch
3+
---
4+
5+
πŸ’„ update button elevation

β€Žsrc/components/add-funds/AddFundsOption.tsxβ€Ž

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@ export default function AddFundsOption({
2323
backgroundColor="$backgroundSoft"
2424
borderRadius="$r5"
2525
cursor="pointer"
26-
elevation={1}
26+
shadowColor="#EEF1F0"
27+
shadowOffset={{ width: 0, height: 6 }}
28+
shadowOpacity={0.6}
29+
shadowRadius={28}
2730
onPress={onPress}
2831
>
2932
<XStack alignItems="center" gap="$s3_5" justifyContent="space-between">

0 commit comments

Comments
Β (0)