File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
typescript-sdk/apps/dojo/src/components/code-viewer Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments