Skip to content

Commit 8426a27

Browse files
committed
feat: update HomeLeftSidebar tag link styling to include muted foreground color
1 parent f8597d4 commit 8426a27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/(home)/_components/HomeLeftSidebar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ const Sidebar = () => {
181181
{tags.slice(0, count).map((tag, index) => (
182182
<Link
183183
href={tag.link}
184-
className="flex items-center gap-2"
184+
className="flex items-center gap-2 text-forground-muted"
185185
key={index}
186186
>
187187
<Image

0 commit comments

Comments
 (0)