Refactor styles in amusic.js

Removed albumSubtitle color and updated styles for albumPlayButton and albumArtistName
This commit is contained in:
Stephan Wahlen 2025-11-24 14:02:17 +01:00 committed by GitHub
parent 6540e68712
commit b3d8d52716
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: {