Dialog button colors

This commit is contained in:
Robin Davies
2024-08-14 17:56:28 -04:00
parent 508b7d2808
commit 5bf2905c79
20 changed files with 116 additions and 68 deletions
+2 -2
View File
@@ -182,11 +182,11 @@ export default class UploadPresetDialog extends ResizeResponsiveComponent<Upload
</DialogContent>
<DialogActions>
<Button onClick={() => this.handleClose()} color="primary">
<Button onClick={() => this.handleClose()} variant="dialogSecondary" >
Cancel
</Button>
<Button
component="label" color="secondary" style={{width: 120}}
component="label" variant="dialogPrimary" style={{width: 120}}
>
Select File
<input