Skip to content

Commit

Permalink
fix: improve popup default styles
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorlxy committed Apr 16, 2024
1 parent e122578 commit c6f5a93
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/popup/Popup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -126,14 +126,13 @@ export const Popup: React.FC<PopupProps> = ({

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,
Expand Down

0 comments on commit c6f5a93

Please sign in to comment.