feat(ui): refine search input focus states

This commit is contained in:
zetaloop
2026-04-25 21:51:24 +08:00
parent ac382960dd
commit 904148bd55
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ export default function HomePage() {
type="text"
name="q"
placeholder="搜索陪玩、店铺、游戏..."
className="w-full border-border bg-card shadow-sm transition-shadow focus-visible:shadow-md"
className="w-full border-border bg-card shadow-sm transition-colors focus-visible:border-primary"
/>
</form>
</div>