fix now playing contrast awareness

This commit is contained in:
Boof2015
2026-07-25 16:52:56 -04:00
parent 8b07b9e0e9
commit 0850a64a8f
+2 -2
View File
@@ -1650,12 +1650,12 @@ const useStyles = createThemedStyles((colors) => ({
alignItems: 'center',
},
eyebrow: {
color: colors.textTertiary,
color: colors.textSecondary,
letterSpacing: 1.5,
fontSize: 10,
},
source: {
color: colors.textSecondary,
color: colors.textPrimary,
marginTop: 1,
},
menuLayer: {