fix: inherit cancel btn color
This commit is contained in:
@@ -230,7 +230,6 @@ const ApiKeyManager = () => {
|
|||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
{/* Delete confirmation dialog */}
|
|
||||||
<Dialog open={confirmDeleteOpen} onClose={handleDeleteCancel}>
|
<Dialog open={confirmDeleteOpen} onClose={handleDeleteCancel}>
|
||||||
<DialogTitle>Delete API Key</DialogTitle>
|
<DialogTitle>Delete API Key</DialogTitle>
|
||||||
<DialogContent>
|
<DialogContent>
|
||||||
@@ -240,7 +239,7 @@ const ApiKeyManager = () => {
|
|||||||
</DialogContentText>
|
</DialogContentText>
|
||||||
</DialogContent>
|
</DialogContent>
|
||||||
<DialogActions>
|
<DialogActions>
|
||||||
<Button onClick={handleDeleteCancel}>
|
<Button color='inherit' onClick={handleDeleteCancel}>
|
||||||
Cancel
|
Cancel
|
||||||
</Button>
|
</Button>
|
||||||
<Button onClick={handleDeleteConfirm} color="error" variant="contained">
|
<Button onClick={handleDeleteConfirm} color="error" variant="contained">
|
||||||
|
|||||||
Reference in New Issue
Block a user