Skip to content

Commit

Permalink
Merge pull request #375 from web-ridge/md3-fix-time-picker-modal-roun…
Browse files Browse the repository at this point in the history
…dness

fix: add correct roundness to time picker modal
  • Loading branch information
iM-GeeKy authored Apr 10, 2024
2 parents b959ca5 + ca4ddda commit 61fdbe2
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 61fdbe2

Please sign in to comment.