fix(www/components): does not match other buttons and styles (#26922)

Co-authored-by: Francesco Sansalvadore <f.sansalvadore@gmail.com>
This commit is contained in:
Jimin (Aaron) Son
2024-06-04 01:12:01 +09:00
committed by GitHub
parent 7c1d83e910
commit 18b72f3756

View File

@@ -188,7 +188,7 @@ const MobileMenu = ({ open, setOpen, isDarkMode, menu }: Props) => {
<>
<Link href="https://supabase.com/dashboard" passHref legacyBehavior>
<Button block type="default" asChild>
<a type={undefined} className="">
<a type={undefined} className="h-10 py-4">
Sign in
</a>
</Button>