fix alignment of header btns

This commit is contained in:
Hailey
2024-06-19 18:46:15 -07:00
parent 031198ece9
commit 4f8b7e5893
@@ -192,7 +192,7 @@ function Header({
avatar={undefined}
creator={creator}
avatarType="starter-pack">
<View style={[a.flex_row, a.gap_sm]}>
<View style={[a.flex_row, a.gap_sm, a.align_center]}>
{isOwn ? (
<OwnerShareMenu
routeParams={routeParams}