We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecc77bd commit f0299cbCopy full SHA for f0299cb
package/src/components/AttachmentPicker/components/AttachmentPickerError.tsx
@@ -16,8 +16,8 @@ const styles = StyleSheet.create({
16
errorContainer: {
17
alignItems: 'center',
18
bottom: 0,
19
+ justifyContent: 'center',
20
left: 0,
- paddingTop: 16,
21
position: 'absolute',
22
right: 0,
23
},
@@ -70,7 +70,7 @@ export const AttachmentPickerError = (props: AttachmentPickerErrorProps) => {
70
styles.errorContainer,
71
{
72
backgroundColor: white_smoke,
73
- height: attachmentPickerBottomSheetHeight ?? 308,
+ height: attachmentPickerBottomSheetHeight,
74
75
errorContainer,
76
]}
0 commit comments