浏览代码

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);
 						}}