From 5312f56cff2b653546d02f40526a8934e4ba57d2 Mon Sep 17 00:00:00 2001 From: GabrielTrettel Date: Fri, 29 Oct 2021 17:32:55 -0300 Subject: [PATCH] Changing icon in account screen --- src/app/screens/AccountScreen.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/screens/AccountScreen.js b/src/app/screens/AccountScreen.js index 452df73..e6cfa66 100644 --- a/src/app/screens/AccountScreen.js +++ b/src/app/screens/AccountScreen.js @@ -107,9 +107,9 @@ function AccountScreen(props) { }, }, { - icon: "institution", + icon: "bank", show: showActivation(), - IconProvider: FontAwesome, + IconProvider: MaterialCommunityIcons, title: "ATIVAR INSTITUIÇÃO", onPress: () => { activationActions();