Mui Stack Align Verticy Center

<Stack direction="row" alignItems="center" spacing={1}>
	<div>One</div>
	<div>Two</div>
</Stack>
MrStonkus