chore: update shortcut list style

This commit is contained in:
Steven
2023-06-23 20:24:40 +08:00
parent b3640699e0
commit 9ad2eaebc5
3 changed files with 35 additions and 58 deletions

View File

@@ -37,8 +37,8 @@ const Dropdown: React.FC<Props> = (props: Props) => {
{trigger ? (
trigger
) : (
<button className="flex flex-row justify-center items-center p-1 rounded text-gray-600 cursor-pointer border hover:opacity-80">
<Icon.MoreHorizontal className="w-4 h-auto" />
<button className="flex flex-row justify-center items-center rounded text-gray-600 cursor-pointer hover:opacity-80">
<Icon.MoreVertical className="w-4 h-auto" />
</button>
)}
<div