mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: fix action buttons
This commit is contained in:
@ -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 && (
|
||||
<>
|
||||
|
Reference in New Issue
Block a user