diff options
| author | anderklander <anderklander@gmail.com> | 2018-02-15 14:05:28 +0100 |
|---|---|---|
| committer | anderklander <anderklander@gmail.com> | 2018-02-15 16:02:03 +0100 |
| commit | 89eeb129f065d92a82393db2deca58c0c0f2ff38 (patch) | |
| tree | 9d61e6b951139dfb061c1898b7eb0aab4c5e3e73 /app/components/styled/SubText.js | |
| parent | 7ed21c2ae70a875029715d4d4c10a1c59508d6fa (diff) | |
| download | mullvadvpn-89eeb129f065d92a82393db2deca58c0c0f2ff38.tar.xz mullvadvpn-89eeb129f065d92a82393db2deca58c0c0f2ff38.zip | |
Refactoring stuff, removed Icon
Diffstat (limited to 'app/components/styled/SubText.js')
| -rw-r--r-- | app/components/styled/SubText.js | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/app/components/styled/SubText.js b/app/components/styled/SubText.js deleted file mode 100644 index 76b5bb87fd..0000000000 --- a/app/components/styled/SubText.js +++ /dev/null @@ -1,26 +0,0 @@ -// @flow -import React from 'react'; -import { Text, Component } from 'reactxp'; -import { createTextStyles } from '../../lib/styles'; - -const styles = { - ...createTextStyles({ - subtext:{ - fontFamily: 'Open Sans', - fontSize: 13, - fontWeight: '800', - flex: 0, - textAlign: 'right', - }, - }) -}; - -export class SubText extends Component { - render() { - return ( - <Text style={[ styles.subtext, this.props.style ]}> - {this.props.children} - </Text> - ); - } -}
\ No newline at end of file |
