chore: add icons

This commit is contained in:
Steven
2023-06-23 21:16:15 +08:00
parent 9b303da4eb
commit c2c9b46705
6 changed files with 47 additions and 47 deletions

View File

@@ -38,7 +38,7 @@ const Dropdown: React.FC<Props> = (props: Props) => {
trigger
) : (
<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" />
<Icon.MoreVertical className="w-5 h-auto" />
</button>
)}
<div