Skip to content

Commit

Permalink
drag and drop width fix (#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
trean authored Feb 6, 2025
1 parent 9ee154a commit 91b313d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Uploader/StyledDragDrop.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { styled } from '@mui/material/styles';

export const StyledDragDrop = styled(DragDrop)(({ theme }) => ({
'& .uppy-DragDrop-container': {
width: '100%',
backgroundColor: theme.palette.background.paper,
color: theme.palette.text.primary,
},
Expand Down

0 comments on commit 91b313d

Please sign in to comment.