diff --git a/apps/mobile/src/components/Dialog/BaseDialog.js b/apps/mobile/src/components/Dialog/BaseDialog.js index 6b346a5bf..46bd7f0ff 100644 --- a/apps/mobile/src/components/Dialog/BaseDialog.js +++ b/apps/mobile/src/components/Dialog/BaseDialog.js @@ -51,10 +51,8 @@ const BaseDialog = ({ - - - - {premium} + + {premium} {children} @@ -88,7 +86,7 @@ const styles = StyleSheet.create({ overlayButton: { width: '100%', height: '100%', - position: 'absolute', + position: 'absolute' } }); diff --git a/apps/mobile/src/components/Dialog/DialogContainer.js b/apps/mobile/src/components/Dialog/DialogContainer.js index 2a8d17b57..7ee648339 100644 --- a/apps/mobile/src/components/Dialog/DialogContainer.js +++ b/apps/mobile/src/components/Dialog/DialogContainer.js @@ -13,7 +13,7 @@ const DialogContainer = ({width, height, ...restProps}) => { {...restProps} style={{ ...getElevation(5), - width: width || DDS.isTab ? 400 : '85%', + width: width || DDS.isTab ? 500 : '85%', maxHeight: height || 450, borderRadius: 10, backgroundColor: colors.bg,