Skip to content

Commit

Permalink
fix: Missing requires booking text on trip result (#5061)
Browse files Browse the repository at this point in the history
  • Loading branch information
gorandalum authored Mar 5, 2025
1 parent f445fe8 commit 4258040
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -506,9 +506,7 @@ const useThemeStyles = StyleSheet.createThemeHook((theme) => ({
paddingHorizontal: theme.spacing.medium,
paddingVertical: theme.spacing.small,
},
footerNotice: {
flexDirection: 'row',
},
footerNotice: {flex: 1},
fromPlaceText: {
flex: 3,
},
Expand Down

0 comments on commit 4258040

Please sign in to comment.