Skip to content

Commit 1e71367

Browse files
committed
chore: update package json
1 parent c4d3ae2 commit 1e71367

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"homepage": "/dashboard",
66
"dependencies": {
7-
"@devtron-labs/devtron-fe-common-lib": "0.0.61-beta-2",
7+
"@devtron-labs/devtron-fe-common-lib": "0.0.61-beta-6",
88
"@rjsf/core": "^5.13.3",
99
"@rjsf/utils": "^5.13.3",
1010
"@rjsf/validator-ajv8": "^5.13.3",

src/css/base.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2629,6 +2629,12 @@ textarea,
26292629
}
26302630
}
26312631

2632+
.icon-stroke-b5 {
2633+
path, rect {
2634+
stroke: var(--B500);
2635+
}
2636+
}
2637+
26322638
.icon-fill-blue-imp path {
26332639
fill: var(--B500) !important;
26342640
}

0 commit comments

Comments
 (0)