Skip to content

Commit a0d0e20

Browse files
committed
fix: define button size in ram
1 parent be6dae3 commit a0d0e20

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

custom/ChatSurface.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
>
126126
<button
127127
aria-label="Select mode"
128-
class="flex h-8 w-8 items-center justify-center rounded-md border border-gray-200 bg-white text-lightNavbarIcons transition-colors duration-200 hover:bg-gray-100 dark:border-gray-600 dark:bg-gray-800 dark:text-darkNavbarIcons dark:hover:bg-gray-700"
128+
class="flex h-9 w-9 items-center justify-center rounded-md border border-gray-200 bg-white text-lightNavbarIcons transition-colors duration-200 hover:bg-gray-100 dark:border-gray-600 dark:bg-gray-800 dark:text-darkNavbarIcons dark:hover:bg-gray-700"
129129
:class="isModeMenuOpen ? 'bg-gray-100 dark:bg-gray-700' : ''"
130130
:disabled="agentStore.isResponseInProgress"
131131
title="Select mode"
@@ -152,7 +152,7 @@
152152
</div>
153153
</div>
154154
<Button
155-
class="absolute right-4 bottom-2 !p-0 h-[34px] w-[34px]"
155+
class="absolute right-4 bottom-2 !p-0 h-9 w-9"
156156
@click="sendMessage"
157157
:disabled="!agentStore.trimmedUserMessage || agentStore.isResponseInProgress"
158158
>

0 commit comments

Comments
 (0)