Skip to content

Commit 6e8c667

Browse files
author
sunny chen
committed
change modal size
1 parent 04974ce commit 6e8c667

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/components/sidebar/friends/RemoveFriend.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const RemoveFriendDialog = styled(Dialog)(({ theme }) => ({
99
'& .MuiDialog-paper': {
1010
padding: theme.spacing(1),
1111
borderRadius: theme.shape.borderRadius,
12-
minWidth: '450px',
12+
minWidth: '400px',
1313
minHeight: '250px',
1414
display: 'flex',
1515
justifyContent: 'center',

0 commit comments

Comments
 (0)