We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 652a776 commit adfbfe3Copy full SHA for adfbfe3
1 file changed
packages/app/src/components/prompt-input.tsx
@@ -1334,7 +1334,7 @@ export const PromptInput: Component<PromptInputProps> = (props) => {
1334
<div class="shrink-0">
1335
<div
1336
data-component="prompt-mode-toggle"
1337
- class="relative h-6 w-[68px] rounded-[4px] bg-surface-inset-base border border-[0.5px] border-border-weak-base p-0 flex items-center gap-1 overflow-visible"
+ class="relative h-7 w-[68px] rounded-[4px] bg-surface-inset-base border border-[0.5px] border-border-weak-base p-0 flex items-center gap-1 overflow-visible"
1338
>
1339
1340
class="absolute inset-y-0 left-0 w-[calc((100%-4px)/2)] rounded-[4px] bg-surface-raised-stronger-non-alpha shadow-[var(--shadow-xs-border)] transition-transform duration-200 ease-out will-change-transform"
0 commit comments