Browse Source

fixed margin unit bug

MGTKenYCS 1 year ago
parent
commit
cdf1a55314
1 changed files with 1 additions and 1 deletions
  1. 1 1
      component/bookingMenuPage/bookingMenuPage.tsx

+ 1 - 1
component/bookingMenuPage/bookingMenuPage.tsx

@@ -312,7 +312,7 @@ const styles = StyleSheet.create({
     topContainer: {
         flex: 1,
         gap: 20,
-        marginTop: '25px',
+        marginTop: 25,
         marginHorizontal: '5%'
     },
     recentBookingMainContainer: { flex: 1 },