It's the default already
This commit is contained in:
@@ -555,11 +555,11 @@ const DoneFooter: React.FC = () => {
|
||||
{uploadPhase == "done" &&
|
||||
(finishedUploads?.get(UPLOAD_RESULT.FAILED)?.length > 0 ||
|
||||
finishedUploads?.get(UPLOAD_RESULT.BLOCKED)?.length > 0 ? (
|
||||
<Button variant="contained" fullWidth onClick={retryFailed}>
|
||||
<Button fullWidth onClick={retryFailed}>
|
||||
{t("RETRY_FAILED")}
|
||||
</Button>
|
||||
) : (
|
||||
<Button variant="contained" fullWidth onClick={onClose}>
|
||||
<Button fullWidth onClick={onClose}>
|
||||
{t("close")}
|
||||
</Button>
|
||||
))}
|
||||
|
||||
@@ -108,6 +108,7 @@ export const getComponents = (
|
||||
|
||||
MuiButton: {
|
||||
defaultProps: {
|
||||
// Change the default button variant from "text" to "contained".
|
||||
variant: "contained",
|
||||
},
|
||||
styleOverrides: {
|
||||
|
||||
Reference in New Issue
Block a user