소스 검색

fix: styling

Timothy J. Baek 1 년 전
부모
커밋
9523ecb87f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/lib/components/chat/Settings/About.svelte

+ 1 - 1
src/lib/components/chat/Settings/About.svelte

@@ -27,7 +27,7 @@
 					</div>
 
 					<button
-						class=" underline flex items-center space-x-1 text-xs text-gray-600 dark:text-gray-400"
+						class=" underline flex items-center space-x-1 text-xs text-gray-500 dark:text-gray-500"
 						on:click={() => {
 							showChangelog.set(true);
 						}}