Style fixes

This commit is contained in:
Julia Friesel
2018-09-01 23:44:14 +02:00
parent a2113a5ede
commit be6545ec03
3 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ import { AppText } from '../app-text'
export default class SelectBoxGroup extends Component {
render() {
return (
<View flexDirection='row' flexWrap='wrap'>
<View style={styles.selectBoxSection}>
{this.props.data.map(({ label, stateKey }) => {
const style = [styles.selectBox]
const textStyle = []