From c784ab091c574549edf9418b0fb7b1c77d8d2c3b Mon Sep 17 00:00:00 2001 From: Stephan Wahlen <44159957+metalheim@users.noreply.github.com> Date: Mon, 24 Nov 2025 18:29:17 +0100 Subject: [PATCH] playbutton color back to pink without background --- ui/src/themes/amusic.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ui/src/themes/amusic.js b/ui/src/themes/amusic.js index 4ff82bedd..4181d1780 100644 --- a/ui/src/themes/amusic.js +++ b/ui/src/themes/amusic.js @@ -138,8 +138,7 @@ export default { color: '#eee', }, albumPlayButton: { - background: '#ff4e6b', - color: '#fff', + color: '#ff4e6b', }, albumArtistName: { color: '#ccc',