diff --git a/lib/components/style-sheet.tsx b/lib/components/style-sheet.tsx index 2fb75e28..d1043a18 100644 --- a/lib/components/style-sheet.tsx +++ b/lib/components/style-sheet.tsx @@ -3,149 +3,10 @@ import {StyleSheetProps} from '../hyper'; export default class StyleSheet extends React.PureComponent { render() { - const {backgroundColor, fontFamily, foregroundColor, borderColor} = this.props; + const {borderColor} = this.props; return (