We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32b0e42 commit 219e550Copy full SHA for 219e550
1 file changed
apps/webapp/app/components/runs/v3/TaskTriggerSource.tsx
@@ -12,7 +12,9 @@ export function TaskTriggerSourceIcon({
12
}) {
13
switch (source) {
14
case "STANDARD": {
15
- return <TaskIconSmall className="size-[1.125rem] min-w-[1.125rem] text-tasks" />;
+ return (
16
+ <TaskIconSmall className={cn("size-[1.125rem] min-w-[1.125rem] text-tasks", className)} />
17
+ );
18
}
19
case "SCHEDULED": {
20
return (
0 commit comments