Skip to content

Commit cf84c7f

Browse files
committed
package updated
1 parent 5cc2461 commit cf84c7f

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-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.58",
7+
"@devtron-labs/devtron-fe-common-lib": "0.0.58-beta-19",
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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2445,6 +2445,10 @@ textarea,
24452445
background-color: var(--N50);
24462446
}
24472447

2448+
.bc-n50-imp {
2449+
background-color: var(--N50) !important;
2450+
}
2451+
24482452
.c-n50 {
24492453
color: var(--N50);
24502454
}
@@ -2846,6 +2850,10 @@ textarea,
28462850
width: 250px;
28472851
}
28482852

2853+
.w-250-imp {
2854+
width: 250px !important;
2855+
}
2856+
28492857
.w-280 {
28502858
width: 280px;
28512859
}

0 commit comments

Comments
 (0)