|
|
@@ -249,8 +249,8 @@ const SelectCouponPageComponent = () => {
|
|
|
const screenHeight = Dimensions.get('window').height;
|
|
|
return (
|
|
|
<SafeAreaView className="flex-1 bg-white" edges={['top', 'right', 'left']}>
|
|
|
- <View style={{ minHeight: screenHeight, flex: 1 }} className="mx-[5%]">
|
|
|
- <View style={{ marginTop: 25 }}>
|
|
|
+ <View style={{ minHeight: screenHeight, flex: 1 }}>
|
|
|
+ <View className="mx-[5%]" style={{ marginTop: 25 }}>
|
|
|
<Pressable
|
|
|
onPress={() => {
|
|
|
if (router.canGoBack()) {
|