update button
This commit is contained in:
@@ -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"
|
||||
>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user