Browse Source

accessibility issues - increasing the size of the icon in the header

master
analuizaff 3 years ago
parent
commit
474990f637
  1. 1
      src/app/components/HeaderBarMenu.js

1
src/app/components/HeaderBarMenu.js

@ -20,6 +20,7 @@ function HeaderBarMenu(navigation) {
title="Sobre"
iconName="information-outline"
onPress={() => navigation.navigate("Abbout")}
iconSize={30}
/>
</HeaderButtons>
),

Loading…
Cancel
Save