chore: generate
This commit is contained in:
parent
4c6e2a92ce
commit
caedf36844
1 changed files with 3 additions and 1 deletions
|
|
@ -1992,7 +1992,9 @@ ToolRegistry.register({
|
||||||
<Show when={running()}>
|
<Show when={running()}>
|
||||||
<span data-component="task-tool-spinner" style={{ color: tone() ?? "var(--icon-interactive-base)" }}>
|
<span data-component="task-tool-spinner" style={{ color: tone() ?? "var(--icon-interactive-base)" }}>
|
||||||
<Show when={newLayout()} fallback={<Spinner />}>
|
<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>
|
</Show>
|
||||||
</span>
|
</span>
|
||||||
</Show>
|
</Show>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue