Use Text in OpenPositions

This commit is contained in:
Brandon Millman
2018-06-12 15:54:27 -07:00
parent 9d9341901f
commit 2794d64d3e
3 changed files with 8 additions and 5 deletions

View File

@@ -13,7 +13,7 @@ export interface TextProps {
lineHeight?: string;
minHeight?: string;
center?: boolean;
fontWeight?: number;
fontWeight?: number | string;
}
const PlainText: React.StatelessComponent<TextProps> = ({ children, className, Tag }) => (