mirror of
https://github.com/jellyfin/jellyfin-expo.git
synced 2025-03-03 03:35:31 +00:00
Fix misaligned icon on server input
This commit is contained in:
parent
fbd30ca9dc
commit
715c021466
@ -90,6 +90,7 @@ const ServerInput = observer(({ onSuccess, ...props }) => {
|
||||
name: getIconName('globe'),
|
||||
type: 'ionicon'
|
||||
}}
|
||||
leftIconContainerStyle={styles.leftIconContainerStyle}
|
||||
labelStyle={{
|
||||
color: colors.grey4
|
||||
}}
|
||||
@ -119,6 +120,9 @@ const styles = StyleSheet.create({
|
||||
marginBottom: 12,
|
||||
backgroundColor: '#292929',
|
||||
borderBottomWidth: 0
|
||||
},
|
||||
leftIconContainerStyle: {
|
||||
marginLeft: 12
|
||||
}
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user