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 d53fdc2 commit 1e7a852Copy full SHA for 1e7a852
1 file changed
custom/ChatSurface.vue
@@ -85,7 +85,7 @@
85
<Button
86
@click="agentStore.createPreSession(); agentStore.setSessionHistoryOpen(false); agentStore.focusTextInput();"
87
:disabled="agentStore.isResponseInProgress"
88
- class="!py-2 !px-2 rounded-3xl text-gray-800 dark:text-gray-200 max-w-64 mr-2"
+ class="!py-1 !px-2 rounded-3xl text-gray-800 dark:text-gray-200 max-w-64 mr-2"
89
>
90
<IconPlusOutline class="w-5 h-5" />
91
{{ $t('New chat') }}
0 commit comments