style : appBar color

This commit is contained in:
GuillaumeSD
2025-05-11 23:38:27 +02:00
parent 3cb632088a
commit 1ff86576da
3 changed files with 12 additions and 8 deletions

View File

@@ -183,7 +183,7 @@ export default function EngineSettingsDialog({ open, onClose }: Props) {
</DialogContent>
<DialogActions sx={{ m: 1 }}>
<Button variant="contained" onClick={onClose}>
Done
Close
</Button>
</DialogActions>
</Dialog>