Fix Copy URL snackbar styling in Share File modal (#2549)

This commit is contained in:
Kaan Kabalak
2023-01-05 12:27:36 -08:00
committed by GitHub
parent 9fd76362dc
commit 287af260b7

View File

@@ -750,7 +750,6 @@ export const snackBarCommon = {
fontWeight: 400,
fontFamily: "Lato, sans-serif",
fontSize: 14,
padding: "0px 20px 0px 20px;",
boxShadow: "none" as const,
"&.MuiPaper-root.MuiSnackbarContent-root": {
borderRadius: "0px 0px 5px 5px",
@@ -762,6 +761,9 @@ export const snackBarCommon = {
overflowX: "hidden",
textOverflow: "ellipsis",
},
"&.MuiPaper-root": {
padding: "0px 20px 0px 20px",
},
},
errorSnackBar: {
backgroundColor: "#C72C48",