From b3d8d52716286dce0864e29ae8e4d42f03fd1b7f Mon Sep 17 00:00:00 2001 From: Stephan Wahlen <44159957+metalheim@users.noreply.github.com> Date: Mon, 24 Nov 2025 14:02:17 +0100 Subject: [PATCH] Refactor styles in amusic.js Removed albumSubtitle color and updated styles for albumPlayButton and albumArtistName --- ui/src/themes/amusic.js | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/ui/src/themes/amusic.js b/ui/src/themes/amusic.js index ef29a5685..0bd799248 100644 --- a/ui/src/themes/amusic.js +++ b/ui/src/themes/amusic.js @@ -137,17 +137,15 @@ export default { albumName: { color: '#eee', }, - albumSubtitle: { - color: '#ccc', - }, albumPlayButton: { - color: '#ff4e6b !important', + background: '#ff4e6b', + color: '#fff', }, albumArtistName: { - color: '#ff4e6b !important', + color: '#ccc', }, cover: { - borderRadius: '10px !important', + borderRadius: '6px', }, }, NDLogin: {