update button

This commit is contained in:
2026-01-26 18:39:20 -03:00
parent d28b1362e5
commit 9ba5d7e79d
2 changed files with 2 additions and 2 deletions

View File

@@ -230,7 +230,7 @@ function SeatsMenu({ seats: seats_ }: { seats: Seat[] }) {
<Popover>
<PopoverTrigger asChild>
<Button
variant="secondary"
variant="ghost"
size="icon-sm"
className="cursor-pointer relative"
>

View File

@@ -613,7 +613,7 @@ function PaymentAttemptsMenu({
return (
<Popover>
<PopoverTrigger asChild>
<Button variant="secondary" className="cursor-pointer" size="icon-sm">
<Button variant="ghost" className="cursor-pointer" size="icon-sm">
<EllipsisIcon />
</Button>
</PopoverTrigger>