diff --git a/src/components/popup/Popup.tsx b/src/components/popup/Popup.tsx index e822f73..36b3753 100644 --- a/src/components/popup/Popup.tsx +++ b/src/components/popup/Popup.tsx @@ -126,14 +126,13 @@ export const Popup: React.FC = ({ const styles = StyleSheet.create({ container: { - backgroundColor: 'white', borderRadius: 10, - maxHeight: SCREEN_HEIGHT * 0.6, flex: 1, justifyContent: 'center', alignItems: 'center', }, modalView: { + maxHeight: SCREEN_HEIGHT * 0.6, margin: 20, backgroundColor: 'white', borderRadius: 20,