style: update button text size and font weight in navbar for consistency

This commit is contained in:
Ardeman 2025-03-15 19:47:13 +08:00
parent 00bb1a46dc
commit d91dffb013

View File

@ -56,7 +56,7 @@ export const Navbar = () => {
<div className="p-2"> <div className="p-2">
<Button <Button
variant="secondary" variant="secondary"
className="w-full justify-start rounded p-1 px-3 text-lg font-semibold" className="w-full justify-start rounded p-1 px-3 text-base font-bold"
onClick={() => { onClick={() => {
setEditProfile(true) setEditProfile(true)
}} }}
@ -75,7 +75,7 @@ export const Navbar = () => {
disabled={fetcher.state !== 'idle'} disabled={fetcher.state !== 'idle'}
isLoading={fetcher.state !== 'idle'} isLoading={fetcher.state !== 'idle'}
type="submit" type="submit"
className="w-full justify-start rounded p-1 px-3 text-lg font-semibold" className="w-full justify-start rounded p-1 px-3 text-base font-bold"
variant="secondary" variant="secondary"
icon={<ArrowRightStartOnRectangleIcon className="size-5" />} icon={<ArrowRightStartOnRectangleIcon className="size-5" />}
> >