chore: cleanup

This commit is contained in:
Adam 2026-04-03 13:25:43 -05:00
commit e59ccfa39d
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
2 changed files with 3 additions and 7 deletions

View file

@ -266,11 +266,7 @@ export function SessionComposerRegion(props: {
> >
<div <div
ref={props.inputRef} ref={props.inputRef}
class="w-full rounded-[12px] border p-3 text-16-regular text-text-weak" class="w-full rounded-[12px] border border-border-weak-base bg-background-base p-3 text-16-regular text-text-weak"
style={{
border: "1px solid var(--border-weak-base, rgba(255, 255, 255, 0.08))",
background: "var(--surface-inset-base, rgba(13, 13, 13, 0.50))",
}}
> >
<span>{language.t("session.child.promptDisabled")} </span> <span>{language.t("session.child.promptDisabled")} </span>
<Show when={parentID()}> <Show when={parentID()}>

View file

@ -189,7 +189,7 @@
gap: 8px; gap: 8px;
padding: 8px 12px; padding: 8px 12px;
border-radius: 6px; border-radius: 6px;
border: 1px solid var(--border-base, rgba(255, 255, 255, 0.17)); border: 1px solid var(--border-weak-base, rgba(255, 255, 255, 0.08));
background: color-mix(in srgb, var(--background-base) 92%, transparent); background: color-mix(in srgb, var(--background-base) 92%, transparent);
transition: transition:
border-color 0.15s ease, border-color 0.15s ease,
@ -251,7 +251,7 @@
&:hover, &:hover,
&:focus-visible { &:focus-visible {
border-color: var(--border-base, rgba(255, 255, 255, 0.17)); border-color: var(--border-weak-base, rgba(255, 255, 255, 0.08));
background: color-mix(in srgb, var(--background-stronger) 88%, transparent); background: color-mix(in srgb, var(--background-stronger) 88%, transparent);
[data-component="task-tool-action"] { [data-component="task-tool-action"] {