coverart error fallback image

This commit is contained in:
austinried
2021-07-26 11:01:39 +09:00
parent fbf6060db4
commit 3615ec9ab6
3 changed files with 50 additions and 24 deletions

View File

@@ -12,7 +12,7 @@ const NothingHere = React.memo<{
return (
<View style={[styles.container, { height, width }]}>
<Icon name="music-note-outline" color={styles.text.color} size={width / 2} />
<Icon name="music-rest-quarter" color={styles.text.color} size={width / 2} />
<Text style={[styles.text, { fontSize: width / 8 }]}>Nothing here...</Text>
</View>
)