fix(ui): update delete button color in AMusic theme
Signed-off-by: Deluan <deluan@navidrome.org>
This commit is contained in:
parent
42c85a18e2
commit
ebbe62bbbd
1 changed files with 6 additions and 1 deletions
|
|
@ -194,7 +194,12 @@ export default {
|
||||||
},
|
},
|
||||||
RaDeleteWithConfirmButton: {
|
RaDeleteWithConfirmButton: {
|
||||||
deleteButton: {
|
deleteButton: {
|
||||||
color: 'unset',
|
color: '#fff',
|
||||||
|
},
|
||||||
|
},
|
||||||
|
RaBulkDeleteWithUndoButton: {
|
||||||
|
deleteButton: {
|
||||||
|
color: '#fff',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
RaPaginationActions: {
|
RaPaginationActions: {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue