diff --git a/ui/src/themes/amusic.css.js b/ui/src/themes/amusic.css.js index 05709dc1e..9430a6c00 100644 --- a/ui/src/themes/amusic.css.js +++ b/ui/src/themes/amusic.css.js @@ -47,17 +47,15 @@ const stylesheet = ` .react-jinke-music-player-main .music-player-panel, .react-jinke-music-player-mobile, .ril__outer{ - background-color: #1f1f1f; + background-color: #1a1a1a; border: 1px solid #fff1; } -.ril__toolbar{ - background-color: #1d1d1d -} .ril__toolbarItem{ font-size: 100%; color: #eee } -.audio-lists-panel{ +.audio-lists-panel, +.ril__toolbar{ background-color: #1f1f1f; border: 1px solid #fff1; border-radius: 6px 6px 0 0; diff --git a/ui/src/themes/amusic.js b/ui/src/themes/amusic.js index 598b7b7fa..4181d1780 100644 --- a/ui/src/themes/amusic.js +++ b/ui/src/themes/amusic.js @@ -137,22 +137,19 @@ export default { albumName: { color: '#eee', }, - albumSubtitle: { - color: '#ccc', - }, albumPlayButton: { - color: '#ff4e6b !important', + color: '#ff4e6b', }, albumArtistName: { - color: '#ff4e6b !important', + color: '#ccc', }, cover: { - borderRadius: '10px !important', + borderRadius: '6px', }, }, NDLogin: { systemNameLink: { - color: '#D60017', + color: '#ff4e6b', }, welcome: { color: '#eee', @@ -161,6 +158,9 @@ export default { minWidth: 300, backgroundColor: '#1d1d1d', }, + icon: { + filter: 'hue-rotate(115deg)', + }, }, MuiPaper: { elevation1: { @@ -169,6 +169,9 @@ export default { root: { color: '#eee', }, + rounded: { + borderRadius: '6px', + }, }, NDMobileArtistDetails: { bgContainer: { @@ -189,6 +192,30 @@ export default { paddingBottom: '1rem', }, }, + RaDeleteWithConfirmButton: { + deleteButton: { + color: 'unset', + }, + }, + RaPaginationActions: { + currentPageButton: { + border: '2px solid #D60017', + background: 'transparent', + }, + button: { + border: '2px solid #D60017', + }, + actions: { + '@global': { + '.next-page': { + border: '0 none', + }, + '.previous-page': { + border: '0 none', + }, + }, + }, + }, }, player: { theme: 'dark',