Browse Source

Changing icon in account screen

master
GabrielTrettel 3 years ago
parent
commit
5312f56cff
  1. 4
      src/app/screens/AccountScreen.js

4
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();

Loading…
Cancel
Save