Browse Source

refac: styling

Timothy Jaeryang Baek 3 months ago
parent
commit
ba77a72925
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/components/chat/Messages/ResponseMessage.svelte

+ 1 - 1
src/lib/components/chat/Messages/ResponseMessage.svelte

@@ -698,7 +698,7 @@
 									<div>
 									<div>
 										<button
 										<button
 											id="save-new-message-button"
 											id="save-new-message-button"
-											class=" px-4 py-2 bg-gray-50 hover:bg-gray-100 dark:bg-gray-800 dark:hover:bg-gray-700 border dark:border-gray-700 text-gray-700 dark:text-gray-200 transition rounded-3xl"
+											class=" px-4 py-2 bg-gray-50 hover:bg-gray-100 dark:bg-gray-800 dark:hover:bg-gray-700 border border-gray-100 dark:border-gray-700 text-gray-700 dark:text-gray-200 transition rounded-3xl"
 											on:click={() => {
 											on:click={() => {
 												saveAsCopyHandler();
 												saveAsCopyHandler();
 											}}
 											}}