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 ec94f0d commit 81a2726Copy full SHA for 81a2726
libs/remix-ui/remix-ai-assistant/src/components/prompt.tsx
@@ -213,7 +213,7 @@ export const PromptArea: React.FC<PromptAreaProps> = ({
213
</button>
214
)}
215
</div>
216
- <button
+ <button
217
data-id="remix-ai-record-audio"
218
className={`btn btn-text btn-sm small fw-light mt-2 align-self-end border border-text rounded ${isRecording ? 'btn-danger text-white' : 'text-secondary'}`}
219
onClick={handleRecord}
0 commit comments