fix(ui): update delete button color in AMusic theme

Signed-off-by: Deluan <deluan@navidrome.org>
This commit is contained in:
Deluan
2025-12-14 13:51:01 -05:00
parent 42c85a18e2
commit ebbe62bbbd

View File

@@ -194,7 +194,12 @@ export default {
}, },
RaDeleteWithConfirmButton: { RaDeleteWithConfirmButton: {
deleteButton: { deleteButton: {
color: 'unset', color: '#fff',
},
},
RaBulkDeleteWithUndoButton: {
deleteButton: {
color: '#fff',
}, },
}, },
RaPaginationActions: { RaPaginationActions: {