Ensure the sync mode <select> uses theme-aware background and text colors so it matches the application's dark theme. The change adds appearance-none, explicit light-theme surface/text classes and dark: variants (dark:bg-surface-dark dark:text-text-dark) so the dropdown no longer appears white in dark mode and conforms to the rest of the themed UI. |
||
|---|---|---|
| .. | ||
| src | ||
| src-tauri | ||
| .gitignore | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| svelte.config.js | ||
| tsconfig.json | ||
| vite.config.ts | ||