fix(ui): enforce consistent delete button contrast for delete in AMusic theme
Signed-off-by: Deluan <deluan@navidrome.org>
This commit is contained in:
parent
75e5bc4e81
commit
51c48bcacd
1 changed files with 12 additions and 2 deletions
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue