mirror of
https://github.com/Boof2015/astra-mobile.git
synced 2026-08-21 04:59:53 +02:00
change lyrics button
This commit is contained in:
@@ -161,7 +161,7 @@ export function LyricsView({
|
|||||||
accessibilityLabel="Hide lyrics"
|
accessibilityLabel="Hide lyrics"
|
||||||
accessibilityState={{ selected: true }}
|
accessibilityState={{ selected: true }}
|
||||||
>
|
>
|
||||||
<MaterialCommunityIcons name="script-text-outline" size={22} color={colors.accent} />
|
<MaterialCommunityIcons name="comment-quote-outline" size={22} color={colors.accent} />
|
||||||
</TactilePressable>
|
</TactilePressable>
|
||||||
</View>
|
</View>
|
||||||
</View>
|
</View>
|
||||||
|
|||||||
@@ -1661,14 +1661,14 @@ export function NowPlayingOverlay() {
|
|||||||
size={SUB_ICON_SIZE + 2}
|
size={SUB_ICON_SIZE + 2}
|
||||||
inactive={
|
inactive={
|
||||||
<MaterialCommunityIcons
|
<MaterialCommunityIcons
|
||||||
name="script-text-outline"
|
name="comment-quote-outline"
|
||||||
size={SUB_ICON_SIZE + 2}
|
size={SUB_ICON_SIZE + 2}
|
||||||
color={colors.textTertiary}
|
color={colors.textTertiary}
|
||||||
/>
|
/>
|
||||||
}
|
}
|
||||||
active={
|
active={
|
||||||
<MaterialCommunityIcons
|
<MaterialCommunityIcons
|
||||||
name="script-text-outline"
|
name="comment-quote-outline"
|
||||||
size={SUB_ICON_SIZE + 2}
|
size={SUB_ICON_SIZE + 2}
|
||||||
color={colors.accent}
|
color={colors.accent}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user