From 39239fadc34105fc121e96c254102a03770234cb Mon Sep 17 00:00:00 2001 From: Tristan Michael Date: Wed, 1 Apr 2026 01:10:45 -0700 Subject: [PATCH] Style: make sync mode dropdown follow dark theme Ensure the sync mode app.setSyncMode((e.target as HTMLSelectElement).value as "full" | "push" | "pull")} - class="rounded-lg border border-border-light bg-transparent px-3 py-2 text-sm outline-none focus:border-primary dark:border-border-dark" + class="appearance-none rounded-lg border border-border-light bg-surface-light px-3 py-2 text-sm text-text-light outline-none focus:border-primary dark:border-border-dark dark:bg-surface-dark dark:text-text-dark" >