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: {
|
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: {
|
||||||
|
|||||||
Reference in New Issue
Block a user