We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0039378 commit 64c8a68Copy full SHA for 64c8a68
apps/webapp/app/components/code/AIQueryInput.tsx
@@ -250,10 +250,10 @@ export function AIQueryInput({
250
<div className="flex flex-col">
251
{/* Gradient border wrapper like the schedules AI input */}
252
<div
253
- className="rounded-md p-px"
+ className="rounded-md p-px overflow-hidden"
254
style={{ background: "linear-gradient(to bottom right, #E543FF, #286399)" }}
255
>
256
- <div className="overflow-hidden rounded-b-md bg-background-bright">
+ <div className="overflow-hidden rounded-md bg-background-bright">
257
<form onSubmit={handleSubmit}>
258
<textarea
259
ref={textareaRef}
0 commit comments