Skip to content

Commit 0fc234b

Browse files
authored
Fixes incorrect icon colors (#2339)
1 parent f812687 commit 0fc234b

File tree

1 file changed

+2
-1
lines changed
  • apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam._index

1 file changed

+2
-1
lines changed

apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam._index/route.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,12 +371,13 @@ export default function Page() {
371371
icon={RunsIcon}
372372
to={path}
373373
title="View runs"
374-
leadingIconClassName="text-teal-500"
374+
leadingIconClassName="text-runs"
375375
/>
376376
<PopoverMenuItem
377377
icon={BeakerIcon}
378378
to={testPath}
379379
title="Test task"
380+
leadingIconClassName="text-tests"
380381
/>
381382
</>
382383
}

0 commit comments

Comments
 (0)