Skip to content

Commit

Permalink
fix: remove borderRadius of popup container
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorlxy committed Apr 16, 2024
1 parent c6f5a93 commit 8894894
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/popup/Popup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ export const Popup: React.FC<PopupProps> = ({

const styles = StyleSheet.create({
container: {
borderRadius: 10,
flex: 1,
justifyContent: 'center',
alignItems: 'center',
Expand Down

0 comments on commit 8894894

Please sign in to comment.