Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ritz078 committed Feb 26, 2019
1 parent a7e498a commit 634ee4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/InfoCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ class InfoCard extends React.Component<InfoCardProps, InfoCardState> {
return (
<View style={[styles.container, style.container]}>
<View style={[styles.topSection, style.topSection]}>
<View style={styles.row}>
<View style={[styles.row, styles.heading]}>
<Text size={13} color={colors.gray.dark}>
{title}
</Text>
Expand Down
1 change: 1 addition & 0 deletions src/components/typings/InfoCard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export interface InfoCardProps {
style?: {
container?: any;
topSection?: any;
heading?: any;
};
}

Expand Down

0 comments on commit 634ee4d

Please sign in to comment.