pt in box of material ui code example
Example: box paddingbottom= 2 in material ui
<Box m={2} pt={3}>
<Button color="default">
Your Text
</Button>
</Box>
<Box m={2} pt={3}>
<Button color="default">
Your Text
</Button>
</Box>