Browse Source

adjusted input padding

Ian Fung 1 year ago
parent
commit
7d59616fdd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      component/reservationLocationPage/reservationLocationPage.tsx

+ 1 - 1
component/reservationLocationPage/reservationLocationPage.tsx

@@ -290,7 +290,7 @@ const ReservationLocationPage = () => {
                         <NormalInput
                         <NormalInput
                             placeholder="搜尋所有充電站或地區.."
                             placeholder="搜尋所有充電站或地區.."
                             onChangeText={() => console.log('input')}
                             onChangeText={() => console.log('input')}
-                            extendedStyle={{ padding: 24 }}
+                            extendedStyle={{ padding: 20 }}
                         />
                         />
                     </View>
                     </View>
                 </View>
                 </View>