Skip to content

Commit 27bf868

Browse files
committed
Update workflow-row.tsx
1 parent 6ba616e commit 27bf868

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/dashboard/src/components/workflow-row.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -230,8 +230,8 @@ export const WorkflowRow = ({ workflow }: WorkflowRowProps) => {
230230
/>
231231
<DropdownMenu open={isDropdownOpen} onOpenChange={setIsDropdownOpen}>
232232
<DropdownMenuTrigger asChild>
233-
<Button variant="ghost" className="h-8 w-8 p-0">
234-
<RiMore2Fill className="h-4 w-4" />
233+
<Button variant="ghost" size="icon">
234+
<RiMore2Fill />
235235
</Button>
236236
</DropdownMenuTrigger>
237237
<DropdownMenuContent className="w-56">

0 commit comments

Comments
 (0)