Update HeaderButtons.tsx marginTop (#92)

This commit is contained in:
arcticfly
2023-07-24 21:09:08 -07:00
committed by GitHub
parent d6b97b29f7
commit 17a6fd31a5

View File

@@ -17,7 +17,7 @@ export const HeaderButtons = () => {
if (experiment.isLoading) return null;
return (
<HStack spacing={0}>
<HStack spacing={0} mt={{ base: 2, md: 0 }}>
<Button
onClick={onForkButtonPressed}
mr={4}
@@ -31,7 +31,6 @@ export const HeaderButtons = () => {
</Button>
{canModify && (
<Button
mt={{ base: 2, md: 0 }}
variant={{ base: "solid", md: "ghost" }}
onClick={openDrawer}
>