fix: styling

This commit is contained in:
Timothy J. Baek 2024-02-23 01:26:07 -08:00
parent 21d3557f1c
commit 9523ecb87f

View file

@ -27,7 +27,7 @@
</div> </div>
<button <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={() => { on:click={() => {
showChangelog.set(true); showChangelog.set(true);
}} }}