瀏覽代碼

fix: share modal styling

Timothy J. Baek 1 年之前
父節點
當前提交
93ec04003a
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/lib/components/chat/ShareChatModal.svelte

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

@@ -21,10 +21,10 @@
 		</button>
 
 		<div class="flex justify-center space-x-1 mt-1.5">
-			<div class=" self-center text-stone-400 text-xs font-medium">or</div>
+			<div class=" self-center text-gray-400 text-xs font-medium">or</div>
 
 			<button
-				class=" self-center rounded-full text-xs font-medium text-stone-700 underline"
+				class=" self-center rounded-full text-xs font-medium text-gray-700 dark:text-gray-500 underline"
 				type="button"
 				on:click={() => {
 					downloadChat();