fix: clean up lyrics implementation

This commit is contained in:
Lei Nelissen
2025-01-26 20:37:28 +01:00
parent dc9541eea7
commit 2f1b9c180d
3 changed files with 6 additions and 8 deletions

View File

@@ -63,7 +63,7 @@ function generateStyles(scheme: ColorSchemeName, highContrast: boolean) {
color: scheme === 'dark' ? '#fff' : '#000',
},
trackBackground: {
backgroundColor: scheme === 'dark' ? '#111' : '#fff',
backgroundColor: scheme === 'dark' ? '#161616' : '#fff',
},
stackHeader: {
color: scheme === 'dark' ? 'white' : 'black'