Skip to content

Commit 1420c47

Browse files
committed
fix: more sensible date modal styles
1 parent f8baaee commit 1420c47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Date/DatePickerModal.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ const styles = StyleSheet.create({
117117
width: '100%',
118118
},
119119
modalContentBig: {
120-
maxWidth: 600,
121-
maxHeight: 800,
120+
maxWidth: 400,
121+
maxHeight: 600,
122122
borderRadius: 10,
123123
width: '100%',
124124
overflow: 'hidden',

0 commit comments

Comments
 (0)