fix(ui): increase contrast of button text in the Dark theme

Signed-off-by: Deluan <deluan@navidrome.org>
This commit is contained in:
Deluan 2025-11-12 16:17:41 -05:00 committed by Joe Stump
parent 3f1c192744
commit b40dc4b7da
No known key found for this signature in database
GPG Key ID: 29151C3EC48A0EB9

View File

@ -16,6 +16,11 @@ export default {
color: 'white',
},
},
MuiButton: {
textPrimary: {
color: '#fff',
},
},
NDLogin: {
systemNameLink: {
color: '#0085ff',