change lyrics button

This commit is contained in:
Boof2015
2026-07-30 18:38:31 -04:00
parent 37fc57d0d5
commit 254724cf4d
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -161,7 +161,7 @@ export function LyricsView({
accessibilityLabel="Hide lyrics"
accessibilityState={{ selected: true }}
>
<MaterialCommunityIcons name="script-text-outline" size={22} color={colors.accent} />
<MaterialCommunityIcons name="comment-quote-outline" size={22} color={colors.accent} />
</TactilePressable>
</View>
</View>
+2 -2
View File
@@ -1661,14 +1661,14 @@ export function NowPlayingOverlay() {
size={SUB_ICON_SIZE + 2}
inactive={
<MaterialCommunityIcons
name="script-text-outline"
name="comment-quote-outline"
size={SUB_ICON_SIZE + 2}
color={colors.textTertiary}
/>
}
active={
<MaterialCommunityIcons
name="script-text-outline"
name="comment-quote-outline"
size={SUB_ICON_SIZE + 2}
color={colors.accent}
/>