Skip to content

Commit a9fd191

Browse files
committed
Improve styles
1 parent 4ef3d2e commit a9fd191

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

src/app/(main)/resources/[category]/category-tools-libraries-section.tsx

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,11 @@ export async function CategoryToolsLibrariesSection({
115115
graphs.
116116
</p>
117117
</div>
118-
<Button href="/code" variant="primary" className="w-fit">
118+
<Button
119+
href="/community/tools-and-libraries/"
120+
variant="primary"
121+
className="w-fit"
122+
>
119123
See all Tools & Libraries
120124
</Button>
121125
</div>
@@ -132,13 +136,13 @@ export async function CategoryToolsLibrariesSection({
132136
return (
133137
<div
134138
key={group.id}
135-
className="min-w-[480px] shrink-0 grow border border-neu-200 bg-neu-50 dark:bg-neu-50/50 lg:w-1/3 lg:min-w-0"
139+
className="min-w-[480px] shrink-0 grow border border-neu-200 bg-neu-50 dark:border-neu-100 dark:bg-neu-50/25 lg:w-1/3 lg:min-w-0"
136140
>
137-
<div className="typography-body-lg flex items-center gap-3 border-b border-inherit bg-neu-50 text-neu-900">
141+
<div className="typography-body-lg flex items-center gap-3 border-b border-inherit bg-neu-50 text-neu-900 dark:bg-transparent">
138142
<div className="border-r border-inherit p-3">
139143
<IconSpritesheet
140144
sprite={group.id as IconName}
141-
className="size-10"
145+
className="size-10 text-neu-800 dark:text-neu-700"
142146
/>
143147
</div>
144148
<div className="px-4 py-3">{group.name}</div>
@@ -171,7 +175,7 @@ export async function CategoryToolsLibrariesSection({
171175
{item.name}
172176
</a>
173177
) : (
174-
<span className="flex items-center justify-between bg-neu-50 px-4 py-3 text-neu-900">
178+
<span className="flex items-center justify-between bg-neu-0/40 px-4 py-3 text-neu-900">
175179
{item.name}
176180
</span>
177181
)}

0 commit comments

Comments
 (0)