mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-05-02 13:44:54 +00:00
Refactor styles in SeriesContent component for improved aesthetics; adjust padding, border radius, and font properties to enhance visual consistency.
This commit is contained in:
parent
e96f8b6e3a
commit
110de75ad0
1 changed files with 6 additions and 6 deletions
|
|
@ -385,17 +385,17 @@ const styles = StyleSheet.create({
|
||||||
top: 8,
|
top: 8,
|
||||||
left: 8,
|
left: 8,
|
||||||
backgroundColor: 'rgba(0,0,0,0.85)',
|
backgroundColor: 'rgba(0,0,0,0.85)',
|
||||||
paddingHorizontal: 8,
|
paddingHorizontal: 6,
|
||||||
paddingVertical: 4,
|
paddingVertical: 2,
|
||||||
borderRadius: 6,
|
borderRadius: 4,
|
||||||
borderWidth: 1,
|
borderWidth: 1,
|
||||||
borderColor: 'rgba(255,255,255,0.2)',
|
borderColor: 'rgba(255,255,255,0.2)',
|
||||||
},
|
},
|
||||||
episodeNumberText: {
|
episodeNumberText: {
|
||||||
color: '#fff',
|
color: '#fff',
|
||||||
fontSize: 13,
|
fontSize: 11,
|
||||||
fontWeight: '700',
|
fontWeight: '600',
|
||||||
letterSpacing: 0.5,
|
letterSpacing: 0.3,
|
||||||
},
|
},
|
||||||
episodeInfo: {
|
episodeInfo: {
|
||||||
flex: 1,
|
flex: 1,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue