fix: clean up lyrics implementation
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user