Skip to content

Commit 056e62a

Browse files
[fix]: Filter UI (code100x#1825)
1 parent f4a9673 commit 056e62a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Sidebar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ export function Sidebar({
258258
Course Content
259259
</h4>
260260
<FilterContent
261-
className="bg-gray-400 text-black"
261+
className="bg-black-400 text-white"
262262
ref={filterRef}
263263
/>
264264
<Button

0 commit comments

Comments
 (0)