update miniplayer curve

This commit is contained in:
Boof2015
2026-06-18 17:27:55 -04:00
parent 4b2382e3cb
commit 87e3d876a0
2 changed files with 41 additions and 5 deletions
+13 -2
View File
@@ -50,12 +50,15 @@ export function MiniPlayer() {
dbMax={-20}
width={pillWidth}
height={PILL_HEIGHT}
lineWidth={1.5}
fillOpacity={0.75}
lineWidth={1.25}
lineOpacity={0.38}
fillOpacity={0.3}
glow
glowOpacity={0.06}
/>
</View>
)}
{scopeActive && pillWidth > 0 && <View pointerEvents="none" style={styles.spectrumVeil} />}
<View style={styles.row}>
<View style={styles.art}>
@@ -114,6 +117,14 @@ const styles = StyleSheet.create({
right: 0,
bottom: 0,
},
spectrumVeil: {
position: 'absolute',
top: 0,
left: 0,
right: 0,
bottom: 0,
backgroundColor: 'rgba(8, 10, 15, 0.24)',
},
row: {
flexDirection: 'row',
alignItems: 'center',