소스 검색

adjusted input padding

Ian Fung 1 년 전
부모
커밋
7d59616fdd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      component/reservationLocationPage/reservationLocationPage.tsx

+ 1 - 1
component/reservationLocationPage/reservationLocationPage.tsx

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