chore: update shortcut view style

This commit is contained in:
Steven
2023-06-28 00:17:35 +08:00
parent 2a9d601df2
commit eee4976fba
2 changed files with 7 additions and 14 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 rounded text-gray-600 cursor-pointer hover:opacity-80">
<Icon.MoreVertical className="w-5 h-auto" />
<button className="flex flex-row justify-center items-center rounded text-gray-400 cursor-pointer hover:text-gray-500">
<Icon.MoreVertical className="w-4 h-auto" />
</button>
)}
<div