refac: settings save

This commit is contained in:
Timothy J. Baek 2024-03-09 22:02:27 -08:00
parent c6667510c4
commit 8a08ba0791
7 changed files with 14 additions and 36 deletions

View file

@ -262,7 +262,7 @@
<div class="flex justify-end pt-3 text-sm font-medium">
<button
class=" px-4 py-2 bg-emerald-600 hover:bg-emerald-700 text-gray-100 transition rounded"
class=" px-4 py-2 bg-emerald-700 hover:bg-emerald-800 text-gray-100 transition rounded-lg"
on:click={() => {
saveSettings({
system: system !== '' ? system : undefined,