Browse Source

Fixing margin bug in PickEventDateLocation

master
GabrielTrettel 3 years ago
parent
commit
0a51e01e30
  1. 5
      src/app/components/PickEventDateLocation.js

5
src/app/components/PickEventDateLocation.js

@ -20,11 +20,10 @@ export default function PickEventDateLocation({
flex: 1,
paddingTop: 24,
paddingHorizontal: 16,
paddingBottom:24
}}
>
<View
// paddingBottom={24}
>
<View>
<FormDatePicker
textStyle={{
borderColor: colors.gray,

Loading…
Cancel
Save