Skip to content

Commit beccb57

Browse files
committed
chore: update package json
1 parent fc31af1 commit beccb57

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-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.59-beta-9",
7+
"@devtron-labs/devtron-fe-common-lib": "0.0.59-beta-14",
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: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2134,6 +2134,10 @@ button.anchor {
21342134

21352135
.dc__border-top-n1 {
21362136
border-top: solid 1px var(--N100);
2137+
2138+
&--important {
2139+
border-top: solid 1px var(--N100) !important;
2140+
}
21372141
}
21382142

21392143
.dc__border-bottom-n1 {

0 commit comments

Comments
 (0)