Skip to content

Commit

Permalink
update validate button styling
Browse files Browse the repository at this point in the history
  • Loading branch information
mtangmt committed Nov 20, 2023
1 parent 7793656 commit f83a808
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/content/dataSubmissions/DataSubmission.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,14 @@ const StyledValidateButton = styled(LoadingButton)(() => ({
marginRight: "21.5px",
minWidth: "137px",
},
"&.MuiButtonBase-root:disabled": {
height: "fit-content",
marginLeft: "auto",
marginRight: "21.5px",
minWidth: "137px",
background: "#949494",
color: "#CBCBCB",
},
"&.MuiButtonBase-root:hover": {
background: "#496065",
height: "fit-content",
Expand Down

0 comments on commit f83a808

Please sign in to comment.