wip: desktop work

This commit is contained in:
Adam
2025-10-31 15:37:45 -05:00
parent e1aed0cd01
commit 342aa27e03
7 changed files with 378 additions and 67 deletions

View File

@@ -334,7 +334,7 @@ export const PromptInput: Component<PromptInputProps> = (props) => {
onSubmit={handleSubmit}
classList={{
"bg-surface-raised-stronger-non-alpha border border-border-strong-base": true,
"rounded-2xl overflow-clip focus-within:shadow-xs-border-selected": true,
"rounded-2xl overflow-clip focus-within:border-transparent focus-within:shadow-xs-border-select": true,
[props.class ?? ""]: !!props.class,
}}
>