We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d41af63 commit 1c940e3Copy full SHA for 1c940e3
src/containers/lists/ListContainer.tsx
@@ -30,7 +30,7 @@ export default function ListContainer(props: Props) {
30
<button
31
role="tab"
32
onClick={() => handleTabChange("posts")}
33
- className={`border-b-3 border-skin-base hover:text-primary shrink-0 cursor-pointer px-3 pb-2 font-semibold ${
+ className={`border-b-3 hover:text-primary shrink-0 cursor-pointer px-3 pb-2 font-semibold ${
34
currenTab === "posts"
35
? "text-primary border-primary"
36
: "text-skin-secondary border-transparent"
0 commit comments