Skip to content

Commit

Permalink
fix: add correct roundness to time picker modal
Browse files Browse the repository at this point in the history
  • Loading branch information
iM-GeeKy committed Mar 31, 2024
1 parent ffd2a66 commit ca4ddda
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Time/TimePickerModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,10 @@ export function TimePickerModal({
<Animated.View
style={[
styles.modalContent,
// eslint-disable-next-line react-native/no-inline-styles
{
backgroundColor: theme.isV3 ? v3Color : v2Color,
borderRadius: theme.isV3 ? 28 : undefined,
},
]}
>
Expand Down

0 comments on commit ca4ddda

Please sign in to comment.