mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-04-04 16:59:42 +00:00
Update SourcesModal styling for improved clarity and consistency
This change renames the current source badge to current stream badge and updates the associated text style for better alignment with the overall design. These adjustments enhance the user interface by providing clearer visual feedback regarding the selected stream.
This commit is contained in:
parent
89702d14f5
commit
66fe4b748d
1 changed files with 2 additions and 2 deletions
|
|
@ -95,9 +95,9 @@ const SourcesModal: React.FC<SourcesModalProps> = ({
|
|||
</Text>
|
||||
|
||||
{isSelected && (
|
||||
<View style={styles.currentSourceBadge}>
|
||||
<View style={styles.currentStreamBadge}>
|
||||
<MaterialIcons name="play-arrow" size={16} color="#E50914" />
|
||||
<Text style={styles.currentSourceText}>Current</Text>
|
||||
<Text style={styles.currentSourceItem}>Current</Text>
|
||||
</View>
|
||||
)}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue