web: ajustar espaçamento botões do chat
This commit is contained in:
parent
5df68c3917
commit
9f1a6a7401
1 changed files with 1 additions and 1 deletions
|
|
@ -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" />
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue