Visually unify the home header with other screens

This commit is contained in:
Paul Frazee
2023-05-25 17:09:23 -05:00
parent cc6ead42d0
commit bf056cf622
5 changed files with 10 additions and 6 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ export const ViewHeader = observer(function ({
<FontAwesomeIcon
size={18}
icon="bars"
style={[styles.backIcon, pal.icon]}
style={[styles.backIcon, pal.textLight]}
/>
)}
</TouchableOpacity>