Skip to content

Commit de81918

Browse files
committed
Fixes incorrect icon colors
1 parent 60b8c76 commit de81918

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
@@ -372,12 +372,13 @@ export default function Page() {
372372
icon={RunsIcon}
373373
to={path}
374374
title="View runs"
375-
leadingIconClassName="text-teal-500"
375+
leadingIconClassName="text-runs"
376376
/>
377377
<PopoverMenuItem
378378
icon={BeakerIcon}
379379
to={testPath}
380380
title="Test task"
381+
leadingIconClassName="text-tests"
381382
/>
382383
</>
383384
}

0 commit comments

Comments
 (0)