Browse Source

refac: styling

Timothy Jaeryang Baek 4 months ago
parent
commit
c434aff1a2
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/lib/components/chat/ShareChatModal.svelte

+ 3 - 3
src/lib/components/chat/ShareChatModal.svelte

@@ -132,11 +132,11 @@
 				</div>
 
 				<div class="flex justify-end">
-					<div class="flex flex-col items-end space-x-1 mt-1.5">
+					<div class="flex flex-col items-end space-x-1 mt-3">
 						<div class="flex gap-1">
 							{#if $config?.features.enable_community_sharing}
 								<button
-									class=" self-center px-3.5 py-2 rounded-xl text-sm font-medium bg-gray-100 hover:bg-gray-200 text-gray-800 dark:bg-gray-850 dark:hover:bg-gray-800 dark:text-white"
+									class="self-center flex items-center gap-1 px-3.5 py-2 text-sm font-medium bg-gray-100 hover:bg-gray-200 text-gray-800 dark:bg-gray-850 dark:text-white dark:hover:bg-gray-800 transition rounded-full"
 									type="button"
 									on:click={() => {
 										shareChat();
@@ -148,7 +148,7 @@
 							{/if}
 
 							<button
-								class=" self-center flex items-center gap-1 px-3.5 py-2 rounded-xl text-sm font-medium bg-emerald-600 hover:bg-emerald-500 text-white"
+								class="self-center flex items-center gap-1 px-3.5 py-2 text-sm font-medium bg-black hover:bg-gray-900 text-white dark:bg-white dark:text-black dark:hover:bg-gray-100 transition rounded-full"
 								type="button"
 								id="copy-and-share-chat-button"
 								on:click={async () => {