Polish UI and billing flows: route fallback, searchable selectors, light-mode fixes

This commit is contained in:
Dwindi Ramadhana
2026-02-15 19:18:17 +07:00
parent a7a854886d
commit e6aef31dd1
8 changed files with 430 additions and 148 deletions

View File

@@ -226,7 +226,7 @@
<input id="ti-subcategory" class="bg-[#151518] border border-white/10 rounded-xl px-3 py-2 text-sm text-gray-200 theme-surface" placeholder="subcategory (face-smiling)">
</div>
<div class="mt-4 flex gap-3">
<button id="ti-run" type="button" class="px-4 py-2 rounded-lg bg-brand-ocean hover:bg-brand-oceanSoft text-white text-sm">Run /emojis</button>
<button id="ti-run" type="button" class="px-4 py-2 rounded-lg bg-brand-ocean hover:bg-brand-oceanSoft text-white force-white text-sm">Run /emojis</button>
<button id="ti-cats" type="button" class="px-4 py-2 rounded-lg bg-white/5 hover:bg-white/10 text-sm">Run /categories</button>
</div>
</section>