Use Text in OpenPositions
This commit is contained in:
@@ -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 }) => (
|
||||
|
Reference in New Issue
Block a user