CANCEL button always in dark blue (secondary) color

This commit is contained in:
proddy
2024-08-30 14:59:12 +02:00
parent 35cb567b62
commit 71d90d6416
8 changed files with 8 additions and 8 deletions

View File

@@ -87,7 +87,7 @@ const DragNdrop = ({ onFileSelected }) => {
<Button
startIcon={<CancelIcon />}
variant="outlined"
color="error"
color="secondary"
onClick={(e) => handleRemoveFile(e)}
>
{LL.CANCEL()}