diff --git a/www/js/components/NavBar.tsx b/www/js/components/NavBar.tsx index 65096ebaa..8d00f2d24 100644 --- a/www/js/components/NavBar.tsx +++ b/www/js/components/NavBar.tsx @@ -9,7 +9,7 @@ const NavBar = ({ children }) => { + style={{ height: 56, backgroundColor: colors.surface }}> {children} ); @@ -30,7 +30,7 @@ export const NavBarButton = ({ children, icon, onPressAction, ...otherProps }) = mode="outlined" buttonColor={buttonColor} textColor={colors.onBackground} - contentStyle={{ flexDirection: 'row', height: 36 }} + contentStyle={{ height: 44, flexDirection: 'row' }} style={[s.btn, { borderColor: outlineColor }]} labelStyle={s.label} onPress={() => onPressAction()}