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