Skip to content

Commit 62e86a3

Browse files
committed
fix: remove unnecessary rounded class from New chat button
AdminForth/1852/use-only-afcl-buttons-across-p
1 parent a271882 commit 62e86a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

custom/ChatHeader.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<div class="flex items-center justify-center">
5151
<Button
5252
@click="agentStore.createPreSession(); agentStore.setSessionHistoryOpen(false); agentStore.focusTextInput();"
53-
class="!py-1 !px-2 rounded-3xl text-gray-800 dark:text-gray-200 max-w-64 mr-2"
53+
class="!py-1 !px-2 max-w-64 mr-2"
5454
>
5555
<IconPlusOutline class="w-5 h-5" />
5656
{{ $t('New chat') }}

0 commit comments

Comments
 (0)