diff --git a/src/screens/WaveQrCodePaymentScreen.tsx b/src/screens/WaveQrCodePaymentScreen.tsx index 1081501..b9dbc02 100644 --- a/src/screens/WaveQrCodePaymentScreen.tsx +++ b/src/screens/WaveQrCodePaymentScreen.tsx @@ -46,6 +46,7 @@ const WaveQrCodePaymentScreen: MainStackScreenComponentProps<"waveQrCodePaymentS borderRadius={20} borderWidth={2} borderColor={"secondary"} + shadowColor={"black"} shadowOffset={{ width: 0, height: 10 }} shadowOpacity={0.5} shadowRadius={13.16}