瀏覽代碼

bugs fixed

Ian Fung 1 年之前
父節點
當前提交
63a2ab2b2f
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      component/chargingPage/paymentSummaryPageComponent.tsx

+ 2 - 2
component/chargingPage/paymentSummaryPageComponent.tsx

@@ -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>