Skip to content

Commit 04ad875

Browse files
authored
Merge pull request #698 from devtron-labs/feat/navigate-to-env-override
feat: navigate button from app details to env override
2 parents f11eaf2 + e6342f5 commit 04ad875

File tree

5 files changed

+16
-3
lines changed

5 files changed

+16
-3
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devtron-labs/devtron-fe-common-lib",
3-
"version": "1.11.0-pre-3",
3+
"version": "1.11.0-pre-4",
44
"description": "Supporting common component library",
55
"type": "module",
66
"main": "dist/index.js",
Lines changed: 7 additions & 0 deletions
Loading

src/Shared/Components/Icon/Icon.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ import { ReactComponent as ICPencil } from '@IconsV2/ic-pencil.svg'
8989
import { ReactComponent as ICQuay } from '@IconsV2/ic-quay.svg'
9090
import { ReactComponent as ICQuote } from '@IconsV2/ic-quote.svg'
9191
import { ReactComponent as ICShieldCheck } from '@IconsV2/ic-shield-check.svg'
92+
import { ReactComponent as ICSlidersVertical } from '@IconsV2/ic-sliders-vertical.svg'
9293
import { ReactComponent as ICSortAscending } from '@IconsV2/ic-sort-ascending.svg'
9394
import { ReactComponent as ICSortDescending } from '@IconsV2/ic-sort-descending.svg'
9495
import { ReactComponent as ICSortable } from '@IconsV2/ic-sortable.svg'
@@ -201,6 +202,7 @@ export const iconMap = {
201202
'ic-quay': ICQuay,
202203
'ic-quote': ICQuote,
203204
'ic-shield-check': ICShieldCheck,
205+
'ic-sliders-vertical': ICSlidersVertical,
204206
'ic-sort-ascending': ICSortAscending,
205207
'ic-sort-descending': ICSortDescending,
206208
'ic-sortable': ICSortable,

src/Shared/Components/TabGroup/TabGroup.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,10 @@
9090
color: var(--B500);
9191
font-weight: 600;
9292
@include svg-styles(var(--B500));
93+
94+
svg.icon-component-color {
95+
--overrideIconColor: var(--B500);
96+
}
9397
}
9498

9599
&:not(.active) {

0 commit comments

Comments
 (0)