mirror of
https://github.com/navidrome/navidrome.git
synced 2025-12-23 23:18:05 -05:00
fix(ui): update delete button color in AMusic theme
Signed-off-by: Deluan <deluan@navidrome.org>
This commit is contained in:
@@ -194,7 +194,12 @@ export default {
|
|||||||
},
|
},
|
||||||
RaDeleteWithConfirmButton: {
|
RaDeleteWithConfirmButton: {
|
||||||
deleteButton: {
|
deleteButton: {
|
||||||
color: 'unset',
|
color: '#fff',
|
||||||
|
},
|
||||||
|
},
|
||||||
|
RaBulkDeleteWithUndoButton: {
|
||||||
|
deleteButton: {
|
||||||
|
color: '#fff',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
RaPaginationActions: {
|
RaPaginationActions: {
|
||||||
|
|||||||
Reference in New Issue
Block a user