chore: fix action buttons

This commit is contained in:
Steven
2024-10-29 00:18:02 +08:00
parent db2b34a850
commit c12425329b
4 changed files with 10 additions and 10 deletions

View File

@ -94,7 +94,7 @@ const LocationSelector = (props: Props) => {
return (
<Popover open={popoverOpen} onOpenChange={setPopoverOpen}>
<PopoverTrigger>
<Button className="group" size="sm" variant="plain">
<Button className="flex items-center justify-center" size="sm" variant="plain" asChild>
<MapPinIcon className="w-5 h-5 mx-auto shrink-0" />
{props.location && (
<>