plz align for me

This commit is contained in:
Violet Caulfield
2025-02-02 23:31:29 -06:00
parent 0c29fe885c
commit b2a70e228f

View File

@@ -78,7 +78,11 @@ export default function Track({
marginHorizontal={"$1"}
>
{ prependElement && (
<YStack justifyContent="center" flex={1}>
<YStack
alignContent="center"
justifyContent="center"
flex={1}
>
{ prependElement }
</YStack>
)}