Skip to content

Commit 61fdbe2

Browse files
authored
Merge pull request #375 from web-ridge/md3-fix-time-picker-modal-roundness
fix: add correct roundness to time picker modal
2 parents b959ca5 + ca4ddda commit 61fdbe2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Time/TimePickerModal.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,10 @@ export function TimePickerModal({
169169
<Animated.View
170170
style={[
171171
styles.modalContent,
172+
// eslint-disable-next-line react-native/no-inline-styles
172173
{
173174
backgroundColor: theme.isV3 ? v3Color : v2Color,
175+
borderRadius: theme.isV3 ? 28 : undefined,
174176
},
175177
]}
176178
>

0 commit comments

Comments
 (0)