fix: Apply responsive height to the Trash2 icon on large screens.

This commit is contained in:
CJACK
2026-02-18 17:16:57 +08:00
parent f2b10992cc
commit ce74b124d2

View File

@@ -419,7 +419,7 @@ export default function AccountManager({ config, onRefresh, onMessage, authFetch
onClick={() => deleteAccount(id)}
className="p-1 lg:p-1.5 text-muted-foreground hover:text-destructive hover:bg-destructive/10 rounded-md transition-colors"
>
<Trash2 className="w-3.5 h-3.5 lg:w-4 h-4" />
<Trash2 className="w-3.5 h-3.5 lg:w-4 lg:h-4" />
</button>
</div>
</div>