Explorar el Código

chore: generate

opencode-agent[bot] hace 2 meses
padre
commit
caedf36844
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      packages/session-ui/src/components/message-part.tsx

+ 3 - 1
packages/session-ui/src/components/message-part.tsx

@@ -1992,7 +1992,9 @@ ToolRegistry.register({
             <Show when={running()}>
               <span data-component="task-tool-spinner" style={{ color: tone() ?? "var(--icon-interactive-base)" }}>
                 <Show when={newLayout()} fallback={<Spinner />}>
-                  <SessionProgressIndicatorV2 style={{ color: v2Tone() ?? "light-dark(var(--v2-text-text-base), #ffffff)" }} />
+                  <SessionProgressIndicatorV2
+                    style={{ color: v2Tone() ?? "light-dark(var(--v2-text-text-base), #ffffff)" }}
+                  />
                 </Show>
               </span>
             </Show>