Skip to content

Commit

Permalink
Remove unnecessary styles from NicklistModal
Browse files Browse the repository at this point in the history
  • Loading branch information
mhoran committed Mar 14, 2024
1 parent 604b41e commit afec0d8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/usecase/buffers/ui/NicklistModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ const NicklistModal: React.FC<Props> = ({
<View style={styles.modalWrapper}>
<View style={styles.modalView}>
<FlatList
style={styles.list}
data={nicklist}
renderItem={(item) => {
return <Item item={item} />;
Expand Down Expand Up @@ -99,14 +98,9 @@ const styles = StyleSheet.create({
shadowRadius: 4,
elevation: 5,
width: 280,
flexShrink: 1,
marginTop: 48,
marginBottom: 48
},
list: {
flexGrow: 1,
flexShrink: 1
},
listItem: {
flex: 1,
height: 40,
Expand Down

0 comments on commit afec0d8

Please sign in to comment.