diff --git a/components/Home/ActionsDashboardItem.js b/components/Home/ActionsDashboardItem.js index 8b55a78..b214dcd 100644 --- a/components/Home/ActionsDashboardItem.js +++ b/components/Home/ActionsDashboardItem.js @@ -20,6 +20,8 @@ class ActionsDashBoardItem extends React.PureComponent { openDrawer = () => this.props.navigation.openDrawer(); + gotToSettings = () => this.props.navigation.navigate("SettingsScreen"); + render() { return ( { icon="information" mode="contained" onPress={this.openDrawer} - style={styles.button} + style={styles.servicesButton} > PLUS DE SERVICES +