Skip to content

Commit 0990011

Browse files
committed
style: InsaneUI submit button
1 parent 2421efc commit 0990011

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

apps/frontend/app/components/chat/interface/PrompterArea.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,9 @@ function handleSubmit({ confirmMultiStream = false }) {
8181
</div>
8282
<Button
8383
variant="default"
84-
class="i-hugeicons:login-square-01 enabled:(bg-mainGradient) disabled:bg-surface-500"
84+
size="icon"
85+
class="i-hugeicons:upload-square-01 enabled:bg-mainGradient disabled:bg-surface-500"
86+
:class="chatContext.insaneUI.value ? 'enabled:animate-spin' : 'motion-safe:enabled:animate-bounce'"
8587
:disabled="!chatInputTA"
8688
@click="handleSubmit({ })"
8789
/>

0 commit comments

Comments
 (0)