fix(themes): address review feedback on Tokyo Night

Signed-off-by: Metalhearf <6446231+Metalhearf@users.noreply.github.com>
This commit is contained in:
Metalhearf 2026-05-15 14:04:47 +02:00
parent 1101986c17
commit c8a5066847
No known key found for this signature in database
GPG Key ID: AF3ACC268A18BD0A
5 changed files with 8 additions and 16 deletions

View File

@ -15,8 +15,8 @@ import NutballTheme from './nutball'
import AmusicTheme from './amusic'
import SquiddiesGlassTheme from './SquiddiesGlass'
import NautilineTheme from './nautiline'
import TokyoNightTheme from './tokyoNight'
import TokyoNightLightTheme from './tokyoNightLight'
import TokyoNightTheme from './tokyoNight'
export default {
// Classic default themes
@ -39,6 +39,6 @@ export default {
NutballTheme,
SpotifyTheme,
SquiddiesGlassTheme,
TokyoNightTheme,
TokyoNightLightTheme,
TokyoNightTheme,
}

View File

@ -106,7 +106,7 @@ const stylesheet = `
color: #7aa2f7
}
.audio-lists-panel-content .audio-item:active .group:not([class=".player-delete"]) svg, .audio-lists-panel-content .audio-item:hover .group:not([class=".player-delete"]) svg {
.audio-lists-panel-content .audio-item:active .group:not(.player-delete) svg, .audio-lists-panel-content .audio-item:hover .group:not(.player-delete) svg {
color: #7aa2f7
}

View File

@ -123,12 +123,8 @@ export default {
},
},
MuiFormHelperText: {
root: {
Mui: {
error: {
color: red,
},
},
error: {
color: red,
},
},
MuiToolbar: {

View File

@ -28,7 +28,7 @@ const stylesheet = `
color: #2e7de9
}
.audio-lists-panel-content .audio-item:active .group:not([class=".player-delete"]) svg, .audio-lists-panel-content .audio-item:hover .group:not([class=".player-delete"]) svg {
.audio-lists-panel-content .audio-item:active .group:not(.player-delete) svg, .audio-lists-panel-content .audio-item:hover .group:not(.player-delete) svg {
color: #2e7de9
}

View File

@ -123,12 +123,8 @@ export default {
},
},
MuiFormHelperText: {
root: {
Mui: {
error: {
color: red,
},
},
error: {
color: red,
},
},
MuiToolbar: {