From 51c48bcacdafc36671908358af6de99370562564 Mon Sep 17 00:00:00 2001 From: Deluan Date: Tue, 10 Mar 2026 18:12:57 -0400 Subject: [PATCH] fix(ui): enforce consistent delete button contrast for delete in AMusic theme Signed-off-by: Deluan --- ui/src/themes/amusic.js | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/ui/src/themes/amusic.js b/ui/src/themes/amusic.js index 2477a307..74f7d3fd 100644 --- a/ui/src/themes/amusic.js +++ b/ui/src/themes/amusic.js @@ -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: {