diff options
Diffstat (limited to 'apps/web/app/(dash)/chat/CodeBlock.tsx')
| -rw-r--r-- | apps/web/app/(dash)/chat/CodeBlock.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/web/app/(dash)/chat/CodeBlock.tsx b/apps/web/app/(dash)/chat/CodeBlock.tsx index e83b1dee..f9929f70 100644 --- a/apps/web/app/(dash)/chat/CodeBlock.tsx +++ b/apps/web/app/(dash)/chat/CodeBlock.tsx @@ -71,7 +71,7 @@ const CodeBar = React.memo( viewBox="0 0 24 24" strokeWidth={1.5} stroke="currentColor" - className="size-6" + className="size-4" > <path strokeLinecap="round" |