Skip to content

Commit

Permalink
fix: Recenter button
Browse files Browse the repository at this point in the history
  • Loading branch information
amattu2 committed Jan 12, 2024
1 parent 0cb299a commit ad64f6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/dataSubmissions/FileListDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import { FormatDate, paginateAndSort } from "../../utils";
const StyledDialog = styled(Dialog)({
"& .MuiDialog-paper": {
maxWidth: "none",
maxHeight: "none",
width: "731px !important",
padding: "38px 42px 52px",
borderRadius: "8px",
Expand Down Expand Up @@ -47,6 +46,7 @@ const StyledCloseButton = styled(Button)({
letterSpacing: "0.32px",
textTransform: "none",
alignSelf: "center",
margin: "0 auto",
marginTop: "45px",
"&:hover": {
background: "transparent",
Expand Down

0 comments on commit ad64f6d

Please sign in to comment.