We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04974ce commit 6e8c667Copy full SHA for 6e8c667
client/src/components/sidebar/friends/RemoveFriend.tsx
@@ -9,7 +9,7 @@ const RemoveFriendDialog = styled(Dialog)(({ theme }) => ({
9
'& .MuiDialog-paper': {
10
padding: theme.spacing(1),
11
borderRadius: theme.shape.borderRadius,
12
- minWidth: '450px',
+ minWidth: '400px',
13
minHeight: '250px',
14
display: 'flex',
15
justifyContent: 'center',
0 commit comments