web: ajustar espaçamento botões do chat

This commit is contained in:
esdrasrenan 2025-12-12 23:44:37 -03:00
parent 5df68c3917
commit 9f1a6a7401

View file

@ -692,7 +692,7 @@ export function ChatWidget() {
</Button> </Button>
<button <button
onClick={() => setIsMinimized(true)} onClick={() => setIsMinimized(true)}
className="rounded-md p-1.5 text-slate-500 hover:bg-slate-100" className="ml-2 rounded-md p-1.5 text-slate-500 hover:bg-slate-100"
title="Minimizar" title="Minimizar"
> >
<Minimize2 className="size-4" /> <Minimize2 className="size-4" />