Skip to content

Commit

Permalink
fix: Mention area component fontSize prop (#602)
Browse files Browse the repository at this point in the history
* fix: Mention area component fontSize prop

* fix: include what is missing

* fix: update prop
  • Loading branch information
alejandronanez committed Oct 29, 2017
1 parent 0c0a163 commit c3e019a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/mention-area.component.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const UserDetailsBox = styled.View`
`;

const DisplayNameText = styled.Text`
fontsize: ${normalize(12)};
font-size: ${normalize(12)};
${fonts.fontPrimary};
`;

Expand Down

0 comments on commit c3e019a

Please sign in to comment.