|
|
@@ -4,7 +4,7 @@ import Svg, { Path, Rect } from 'react-native-svg';
|
|
|
import NormalButton from '../global/normal_button';
|
|
|
import SlideInImage from '../global/slideInImage';
|
|
|
import { router } from 'expo-router';
|
|
|
-import { RightArrowSvg, TickLogoSvg } from '../global/SVG';
|
|
|
+import { RightArrowIconSvg, TickLogoSvg } from '../global/SVG';
|
|
|
|
|
|
const PaymentSummaryPageComponent = () => {
|
|
|
return (
|
|
|
@@ -35,7 +35,7 @@ const PaymentSummaryPageComponent = () => {
|
|
|
</Text>
|
|
|
</View>
|
|
|
<View className="pr-8">
|
|
|
- <RightArrowSvg />
|
|
|
+ <RightArrowIconSvg />
|
|
|
</View>
|
|
|
</View>
|
|
|
</Pressable>
|