style: update button text size and font weight in navbar for consistency
This commit is contained in:
parent
00bb1a46dc
commit
d91dffb013
@ -56,7 +56,7 @@ export const Navbar = () => {
|
||||
<div className="p-2">
|
||||
<Button
|
||||
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={() => {
|
||||
setEditProfile(true)
|
||||
}}
|
||||
@ -75,7 +75,7 @@ export const Navbar = () => {
|
||||
disabled={fetcher.state !== 'idle'}
|
||||
isLoading={fetcher.state !== 'idle'}
|
||||
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"
|
||||
icon={<ArrowRightStartOnRectangleIcon className="size-5" />}
|
||||
>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user