fix(ui): enforce consistent delete button contrast for delete in AMusic theme
Signed-off-by: Deluan <deluan@navidrome.org>
This commit is contained in:
+12
-2
@@ -194,12 +194,22 @@ export default {
|
||||
},
|
||||
RaDeleteWithConfirmButton: {
|
||||
deleteButton: {
|
||||
color: '#fff',
|
||||
color: '#fff !important',
|
||||
},
|
||||
},
|
||||
RaDeleteWithUndoButton: {
|
||||
deleteButton: {
|
||||
color: '#fff !important',
|
||||
},
|
||||
},
|
||||
RaBulkDeleteWithConfirmButton: {
|
||||
deleteButton: {
|
||||
color: '#fff !important',
|
||||
},
|
||||
},
|
||||
RaBulkDeleteWithUndoButton: {
|
||||
deleteButton: {
|
||||
color: '#fff',
|
||||
color: '#fff !important',
|
||||
},
|
||||
},
|
||||
RaPaginationActions: {
|
||||
|
||||
Reference in New Issue
Block a user