mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-05-11 04:21:42 +00:00
ui changes
This commit is contained in:
parent
84b8cb7817
commit
5a3ebe6c01
1 changed files with 3 additions and 3 deletions
|
|
@ -171,8 +171,8 @@ const UpNextButton: React.FC<UpNextButtonProps> = ({
|
||||||
|
|
||||||
{/* Bottom overlay text */}
|
{/* Bottom overlay text */}
|
||||||
<LinearGradient
|
<LinearGradient
|
||||||
colors={["rgba(0,0,0,0)", "rgba(0,0,0,0.5)", "rgba(0,0,0,0.9)"]}
|
colors={["rgba(0,0,0,0)", "rgba(0,0,0,0.65)", "rgba(0,0,0,0.98)"]}
|
||||||
locations={[0, 0.4, 1]}
|
locations={[0, 0.5, 1]}
|
||||||
start={{ x: 0.5, y: 0 }}
|
start={{ x: 0.5, y: 0 }}
|
||||||
end={{ x: 0.5, y: 1 }}
|
end={{ x: 0.5, y: 1 }}
|
||||||
style={{
|
style={{
|
||||||
|
|
@ -195,7 +195,7 @@ const UpNextButton: React.FC<UpNextButtonProps> = ({
|
||||||
{isLoading ? 'Loading next…' : 'Up next'}
|
{isLoading ? 'Loading next…' : 'Up next'}
|
||||||
</Text>
|
</Text>
|
||||||
</View>
|
</View>
|
||||||
<Text style={{ color: '#ffffff', fontSize: 12, fontWeight: '700' }} numberOfLines={1}>
|
<Text style={{ color: '#ffffff', fontSize: 12, fontWeight: '700' }} numberOfLines={2}>
|
||||||
S{nextEpisode.season_number}E{nextEpisode.episode_number}
|
S{nextEpisode.season_number}E{nextEpisode.episode_number}
|
||||||
{nextEpisode.name ? `: ${nextEpisode.name}` : ''}
|
{nextEpisode.name ? `: ${nextEpisode.name}` : ''}
|
||||||
</Text>
|
</Text>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue