Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
liangfung committed Sep 14, 2024
1 parent d884163 commit 083ef3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ee/tabby-ui/components/ui/codeblock.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ const CodeBlock: FC<CodeBlockProps> = memo(
<Switch
checked={wrapLongLines}
onCheckedChange={setWrapLongLines}
className="h-4 w-7 data-[state=checked]:bg-zinc-700 data-[state=unchecked]:bg-zinc-500"
className="h-4 w-7 data-[state=checked]:bg-[#51462f] data-[state=unchecked]:bg-zinc-600"
thumbClassName="h-3 w-3 data-[state=checked]:translate-x-3 bg-white"
/>
</div>
Expand Down

0 comments on commit 083ef3e

Please sign in to comment.