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">
|
<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" />}
|
||||||
>
|
>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user