Skip to content

Commit feecc17

Browse files
committed
fix: make reasoning icon smaller
1 parent a9c269c commit feecc17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/components/chat/OpenReasoningResults.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
class="relative grid aspect-square place-content-center overflow-hidden rounded-lg bg-gray-100 dark:bg-gray-800"
1717
>
1818
<div class="grid h-dvh place-items-center">
19-
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
19+
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 32 32">
2020
<path
2121
class="stroke-gray-600 dark:stroke-gray-400"
2222
style="stroke-width: 1.9; fill: none; stroke-linecap: round; stroke-linejoin: round;"

0 commit comments

Comments
 (0)