feat: add empty placeholder

This commit is contained in:
steven
2022-10-04 19:52:09 +08:00
parent 572a93c5f0
commit 36947a3711
5 changed files with 70 additions and 16 deletions

View File

@@ -37,7 +37,7 @@ const Dropdown: React.FC<Props> = (props: Props) => {
{trigger ? (
trigger
) : (
<button className="flex flex-row justify-center items-center border p-1 rounded shadow text-gray-600 cursor-pointer hover:opacity-80">
<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>
)}