Skip to content

Commit

Permalink
Update src/components/TimePicker/TimePicker.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: DylanDylann <141406735+DylanDylann@users.noreply.github.com>
  • Loading branch information
nkdengineer and DylanDylann committed Apr 25, 2024
1 parent 533a8af commit 08b1941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TimePicker/TimePicker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ function TimePicker({defaultValue = '', onSubmit, onInputChange = () => {}}: Tim
<FormHelpMessage
isError={isError}
message={errorMessage}
style={[styles.pl5, styles.pr5]}
style={[styles.ph5]}
/>
) : (
<View style={styles.formHelperMessage} />
Expand Down

0 comments on commit 08b1941

Please sign in to comment.