Skip to content

Commit

Permalink
flex reset
Browse files Browse the repository at this point in the history
  • Loading branch information
perunt committed Aug 31, 2023
1 parent 4ec08ef commit ddf7b70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TimePicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ function TimePicker({forwardedRef, value, errorText, onInputChange}) {
<FormHelpMessage
isError={!!errorText}
message={errorText}
containerMessageStyle={styles.flex0}
containerMessageStyle={styles.flexReset}
/>
) : (
<View style={styles.formHelperMessage} />
Expand Down

0 comments on commit ddf7b70

Please sign in to comment.