mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-03-11 17:45:38 +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,
|
||||
left: 8,
|
||||
backgroundColor: 'rgba(0,0,0,0.85)',
|
||||
paddingHorizontal: 8,
|
||||
paddingVertical: 4,
|
||||
borderRadius: 6,
|
||||
paddingHorizontal: 6,
|
||||
paddingVertical: 2,
|
||||
borderRadius: 4,
|
||||
borderWidth: 1,
|
||||
borderColor: 'rgba(255,255,255,0.2)',
|
||||
},
|
||||
episodeNumberText: {
|
||||
color: '#fff',
|
||||
fontSize: 13,
|
||||
fontWeight: '700',
|
||||
letterSpacing: 0.5,
|
||||
fontSize: 11,
|
||||
fontWeight: '600',
|
||||
letterSpacing: 0.3,
|
||||
},
|
||||
episodeInfo: {
|
||||
flex: 1,
|
||||
|
|
|
|||
Loading…
Reference in a new issue