nsarrazin HF Staff commited on
Commit
0fcddb2
·
1 Parent(s): 8a59b35

fix: make reasoning icon smaller

Browse files
src/lib/components/chat/OpenReasoningResults.svelte CHANGED
@@ -16,7 +16,7 @@
16
  class="relative grid aspect-square place-content-center overflow-hidden rounded-lg bg-gray-100 dark:bg-gray-800"
17
  >
18
  <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">
20
  <path
21
  class="stroke-gray-600 dark:stroke-gray-400"
22
  style="stroke-width: 1.9; fill: none; stroke-linecap: round; stroke-linejoin: round;"
 
16
  class="relative grid aspect-square place-content-center overflow-hidden rounded-lg bg-gray-100 dark:bg-gray-800"
17
  >
18
  <div class="grid h-dvh place-items-center">
19
+ <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 32 32">
20
  <path
21
  class="stroke-gray-600 dark:stroke-gray-400"
22
  style="stroke-width: 1.9; fill: none; stroke-linecap: round; stroke-linejoin: round;"