fix(ui): enforce consistent delete button contrast for delete in AMusic theme

Signed-off-by: Deluan <deluan@navidrome.org>
This commit is contained in:
Deluan
2026-03-10 18:12:57 -04:00
parent 75e5bc4e81
commit 51c48bcacd
+12 -2
View File
@@ -194,12 +194,22 @@ export default {
}, },
RaDeleteWithConfirmButton: { RaDeleteWithConfirmButton: {
deleteButton: { deleteButton: {
color: '#fff', color: '#fff !important',
},
},
RaDeleteWithUndoButton: {
deleteButton: {
color: '#fff !important',
},
},
RaBulkDeleteWithConfirmButton: {
deleteButton: {
color: '#fff !important',
}, },
}, },
RaBulkDeleteWithUndoButton: { RaBulkDeleteWithUndoButton: {
deleteButton: { deleteButton: {
color: '#fff', color: '#fff !important',
}, },
}, },
RaPaginationActions: { RaPaginationActions: {