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
parent c3e8c67116
commit f939ad84f3
+5
View File
@@ -16,6 +16,11 @@ export default {
color: 'white',
},
},
MuiButton: {
textPrimary: {
color: '#fff',
},
},
NDLogin: {
systemNameLink: {
color: '#0085ff',