Sets default button type to small and moves action names to config file

This commit is contained in:
mashazyu
2020-04-20 17:02:11 +02:00
committed by Sofiya Tepikin
parent 45cff710c8
commit bba25aeaac
6 changed files with 20 additions and 11 deletions
+1 -1
View File
@@ -93,7 +93,7 @@ class Home extends Component {
<View style={styles.line}>
<AppText>{prediction}</AppText>
</View>
<Button onPress={this.navigateToCycleDayView} isCTA>
<Button isCTA isSmall={false} onPress={this.navigateToCycleDayView}>
{labels.addData}
</Button>
{phase && (