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 c4d3ae2 commit 1e71367Copy full SHA for 1e71367
package.json
@@ -4,7 +4,7 @@
4
"private": true,
5
"homepage": "/dashboard",
6
"dependencies": {
7
- "@devtron-labs/devtron-fe-common-lib": "0.0.61-beta-2",
+ "@devtron-labs/devtron-fe-common-lib": "0.0.61-beta-6",
8
"@rjsf/core": "^5.13.3",
9
"@rjsf/utils": "^5.13.3",
10
"@rjsf/validator-ajv8": "^5.13.3",
src/css/base.scss
@@ -2629,6 +2629,12 @@ textarea,
2629
}
2630
2631
2632
+.icon-stroke-b5 {
2633
+ path, rect {
2634
+ stroke: var(--B500);
2635
+ }
2636
+}
2637
+
2638
.icon-fill-blue-imp path {
2639
fill: var(--B500) !important;
2640
0 commit comments