Skip to content

Commit 1e7a852

Browse files
committed
fix: decrease padding for the new chat button
1 parent d53fdc2 commit 1e7a852

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

custom/ChatSurface.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
<Button
8686
@click="agentStore.createPreSession(); agentStore.setSessionHistoryOpen(false); agentStore.focusTextInput();"
8787
:disabled="agentStore.isResponseInProgress"
88-
class="!py-2 !px-2 rounded-3xl text-gray-800 dark:text-gray-200 max-w-64 mr-2"
88+
class="!py-1 !px-2 rounded-3xl text-gray-800 dark:text-gray-200 max-w-64 mr-2"
8989
>
9090
<IconPlusOutline class="w-5 h-5" />
9191
{{ $t('New chat') }}

0 commit comments

Comments
 (0)