From 2bb4d3e51d45250b5c30242d2c42c6f6e241bf8f Mon Sep 17 00:00:00 2001 From: GabrielTrettel Date: Fri, 17 Dec 2021 17:39:40 -0300 Subject: [PATCH] Revert "accessibility issues - increasing the size of the icon in the header" This reverts commit 474990f637c3ab8c1b545a81bdd296fa48eb3731. --- src/app/components/HeaderBarMenu.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/components/HeaderBarMenu.js b/src/app/components/HeaderBarMenu.js index 44c2a61..838607b 100644 --- a/src/app/components/HeaderBarMenu.js +++ b/src/app/components/HeaderBarMenu.js @@ -20,7 +20,6 @@ function HeaderBarMenu(navigation) { title="Sobre" iconName="information-outline" onPress={() => navigation.navigate("Abbout")} - iconSize={30} /> ),