We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ee154a commit 91b313dCopy full SHA for 91b313d
src/components/Uploader/StyledDragDrop.jsx
@@ -3,6 +3,7 @@ import { styled } from '@mui/material/styles';
3
4
export const StyledDragDrop = styled(DragDrop)(({ theme }) => ({
5
'& .uppy-DragDrop-container': {
6
+ width: '100%',
7
backgroundColor: theme.palette.background.paper,
8
color: theme.palette.text.primary,
9
},
0 commit comments