mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-10 19:58:30 +00:00
chore: generate
This commit is contained in:
parent
7fac84319d
commit
82a482b36d
1 changed files with 2 additions and 5 deletions
|
|
@ -47,8 +47,7 @@ export const PromptPopover: Component<PromptPopoverProps> = (props) => {
|
|||
class="absolute inset-x-0 -top-2 -translate-y-full origin-bottom-left max-h-80 min-h-10
|
||||
overflow-auto no-scrollbar flex flex-col p-2"
|
||||
classList={{
|
||||
"z-[70] rounded-[10px] bg-v2-background-bg-base shadow-[var(--v2-elevation-raised)]":
|
||||
props.newLayoutDesigns,
|
||||
"z-[70] rounded-[10px] bg-v2-background-bg-base shadow-[var(--v2-elevation-raised)]": props.newLayoutDesigns,
|
||||
"rounded-[12px] bg-surface-raised-stronger-non-alpha shadow-[var(--shadow-lg-border-base)]":
|
||||
!props.newLayoutDesigns,
|
||||
}}
|
||||
|
|
@ -239,9 +238,7 @@ export const PromptPopover: Component<PromptPopoverProps> = (props) => {
|
|||
</Tag>
|
||||
</Show>
|
||||
</Show>
|
||||
<Show
|
||||
when={props.newLayoutDesigns ? keybindParts().length > 0 : keybind()}
|
||||
>
|
||||
<Show when={props.newLayoutDesigns ? keybindParts().length > 0 : keybind()}>
|
||||
<Show
|
||||
when={props.newLayoutDesigns}
|
||||
fallback={<span class="text-12-regular text-text-subtle">{keybind()}</span>}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue