mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-02 22:40:22 +00:00
fix: thinking animation opacity and design
This commit is contained in:
parent
4d3e983edb
commit
0f7b17b1b4
2 changed files with 9 additions and 4 deletions
|
|
@ -897,7 +897,7 @@ export default function Layout(props: ParentProps) {
|
|||
>
|
||||
<Switch>
|
||||
<Match when={isWorking()}>
|
||||
<Spinner class="size-[15px]" />
|
||||
<Spinner class="size-[15px] opacity-50" />
|
||||
</Match>
|
||||
<Match when={hasPermissions()}>
|
||||
<div class="size-1.5 rounded-full bg-surface-warning-strong" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue