Skip to content

Commit c2cac2a

Browse files
committed
style: TopNav 컴포넌트의 테두리 색상 수정
1 parent 53c205a commit c2cac2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/TopNav.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const menuItems: MenuItem[] = [
2222
];
2323
---
2424

25-
<nav transition:name="header" class="w-full flex flex-row justify-between border border-bright/50 rounded-full sticky top-4 px-5 py-3 gap-9 z-40 backdrop-blur-[2px]">
25+
<nav transition:name="header" class="w-full flex flex-row justify-between border border-bright/25 rounded-full sticky top-4 px-5 py-3 gap-9 z-40 backdrop-blur-[2px]">
2626
<div class="flex flex-row items-center">
2727
<div class="rounded-full w-10 h-10 bg-[url(/images/anvy_profile.png)] bg-center bg-cover"/>
2828
<div class="ml-4">

0 commit comments

Comments
 (0)