update button
This commit is contained in:
@@ -230,7 +230,7 @@ function SeatsMenu({ seats: seats_ }: { seats: Seat[] }) {
|
|||||||
<Popover>
|
<Popover>
|
||||||
<PopoverTrigger asChild>
|
<PopoverTrigger asChild>
|
||||||
<Button
|
<Button
|
||||||
variant="secondary"
|
variant="ghost"
|
||||||
size="icon-sm"
|
size="icon-sm"
|
||||||
className="cursor-pointer relative"
|
className="cursor-pointer relative"
|
||||||
>
|
>
|
||||||
|
|||||||
@@ -613,7 +613,7 @@ function PaymentAttemptsMenu({
|
|||||||
return (
|
return (
|
||||||
<Popover>
|
<Popover>
|
||||||
<PopoverTrigger asChild>
|
<PopoverTrigger asChild>
|
||||||
<Button variant="secondary" className="cursor-pointer" size="icon-sm">
|
<Button variant="ghost" className="cursor-pointer" size="icon-sm">
|
||||||
<EllipsisIcon />
|
<EllipsisIcon />
|
||||||
</Button>
|
</Button>
|
||||||
</PopoverTrigger>
|
</PopoverTrigger>
|
||||||
|
|||||||
Reference in New Issue
Block a user