Skip to content

Commit d162064

Browse files
chinesedfanandrewda
authored andcommitted
fix(ux): fix typo and add adjustment (#391)
1 parent 62559da commit d162064

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/repository-list-item.component.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ const renderTitle = repository =>
7575
<Icon
7676
containerStyle={styles.extraInfoIcon}
7777
name="star"
78-
type="octicion"
78+
type="octicon"
7979
size={15}
8080
color={colors.greyDark}
8181
/>
@@ -93,7 +93,7 @@ const renderTitle = repository =>
9393
/>
9494

9595
<Text
96-
style={[styles.extraInfoSubject, { paddingLeft: 0, marginLeft: -2 }]}
96+
style={[styles.extraInfoSubject, { paddingLeft: 0, marginRight: 13 }]}
9797
>
9898
{abbreviateNumber(repository.forks_count)}
9999
</Text>

0 commit comments

Comments
 (0)