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
@@ -362,10 +362,10 @@ const JackServerSettingsDialog = withStyles(styles)(
</DialogContent>
<DialogActions>
<Button onClick={handleClose} color="primary">
<Button variant="dialogSecondary" onClick={handleClose} >
Cancel
</Button>
<Button onClick={() => this.handleApply()} color="primary" disabled={
<Button variant="dialogPrimary" onClick={() => this.handleApply()} disabled={
(!this.state.alsaDevices) || !this.state.jackServerSettings.valid}>
OK
</Button>