Skip to content

Commit 1c940e3

Browse files
committed
Fix incorrect border colour on list posts tab
1 parent d41af63 commit 1c940e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/containers/lists/ListContainer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export default function ListContainer(props: Props) {
3030
<button
3131
role="tab"
3232
onClick={() => handleTabChange("posts")}
33-
className={`border-b-3 border-skin-base hover:text-primary shrink-0 cursor-pointer px-3 pb-2 font-semibold ${
33+
className={`border-b-3 hover:text-primary shrink-0 cursor-pointer px-3 pb-2 font-semibold ${
3434
currenTab === "posts"
3535
? "text-primary border-primary"
3636
: "text-skin-secondary border-transparent"

0 commit comments

Comments
 (0)