Skip to content

Commit 34dad7d

Browse files
feat: lighten code tabs active tab on light mode
1 parent 95880fe commit 34dad7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typescript-sdk/apps/dojo/src/components/code-viewer/code-viewer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export default function CodeViewer({ codeFiles }: { codeFiles: FeatureFile[] })
2626
<TabsTrigger
2727
key={file.name}
2828
value={file.name}
29-
className="border-0 shadow-none text-gray-600 dark:text-neutral-300 hover:bg-foreground/5 hover:text-gray-900 dark:hover:text-neutral-100 data-[state=active]:bg-foreground/10 data-[state=active]:text-gray-900 dark:data-[state=active]:text-white"
29+
className="border-0 shadow-none text-gray-600 dark:text-neutral-300 hover:bg-foreground/5 hover:text-gray-900 dark:hover:text-neutral-100 data-[state=active]:bg-foreground/8 data-[state=active]:text-gray-900 dark:data-[state=active]:text-white"
3030
>
3131
{file.name.split("/").pop()}
3232
</TabsTrigger>

0 commit comments

Comments
 (0)