Skip to content

Commit ecc6414

Browse files
committed
fix(components navbar): adjust stylwes
1 parent ba62b04 commit ecc6414

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/shared/navbar/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,14 +151,14 @@ export const Navbar = ({ orgs = [] }: NavbarProps) => {
151151
) : (
152152
<div className="flex w-full items-center justify-end gap-3">
153153
<Link
154-
className="w-full cursor-pointer rounded-full bg-neutral-700 px-4 py-2 text-center text-sm font-semibold text-white transition-all duration-150 hover:bg-neutral-800 lg:max-w-[115px]"
154+
className="w-full cursor-pointer rounded-full bg-neutral-700 px-4 py-1.5 text-center text-sm font-semibold text-white transition-all duration-150 hover:bg-neutral-800 lg:max-w-[115px]"
155155
href="/login"
156156
onClick={() => setMenuOpen(false)}
157157
>
158158
Entrar
159159
</Link>
160160
<Link
161-
className="w-full max-w-[150px] cursor-pointer rounded-full border border-neutral-700 px-4 py-2 text-center text-sm font-semibold text-neutral-700 transition-all duration-150 hover:bg-neutral-50"
161+
className="w-full max-w-[150px] cursor-pointer rounded-full border border-neutral-700 px-4 py-1.5 text-center text-sm font-semibold text-neutral-700 transition-all duration-150 hover:bg-neutral-50"
162162
href="/contato"
163163
onClick={() => setMenuOpen(false)}
164164
>

0 commit comments

Comments
 (0)