mirror of
https://github.com/Boof2015/astra-mobile.git
synced 2026-08-19 04:06:43 +02:00
change lyrics button
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user