Skip to content

Commit 08731fc

Browse files
committed
navbar
1 parent 7286fa1 commit 08731fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Navbar.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ export function Navbar({ children }: { children: React.ReactNode }) {
346346
<a href={library.to} className={linkClasses}>
347347
<span
348348
className={twMerge(
349-
'w-3 h-3 rounded-sm border border-black/20 dark:border-white/20',
349+
'w-3 h-3 rounded-sm border border-white/50',
350350
library.bgStyle,
351351
)}
352352
/>
@@ -365,7 +365,7 @@ export function Navbar({ children }: { children: React.ReactNode }) {
365365
>
366366
<span
367367
className={twMerge(
368-
'w-3 h-3 rounded-sm border border-black/20 dark:border-white/20',
368+
'w-3 h-3 rounded-sm',
369369
library.bgStyle,
370370
)}
371371
/>

0 commit comments

Comments
 (0)