RubyGems
npm
Organizations
Log in
Sign up
npm
ronds-metadata
Versions diffs
1.2.68 → 1.2.69
ronds-metadata 1.2.68 → 1.2.69
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (3)
hide
show
package/es/comps/FormGenerator/comps/Canvas/core/index.less
+1
-1
package/es/theme.less
+2
-0
package/package.json
+1
-1
package/es/comps/FormGenerator/comps/Canvas/core/index.less
CHANGED
Viewed
@@ -2,7 +2,7 @@
2
2
.drag-item {
3
3
position: relative;
4
4
border: 1px dashed var(--ronds-metadata-color-border-1);
5
-
background: var(--ronds-metadata-color-bg-
4
);
5
+
background: var(--ronds-metadata-color-bg-
2
);
6
6
margin-bottom: 8px;
7
7
}
8
8
package/es/theme.less
CHANGED
Viewed
@@ -9,6 +9,8 @@
9
9
--ronds-metadata-color-text-2: #ffffff;
10
10
--ronds-metadata-color-text-3: #ffffff;
11
11
12
+
13
+
12
14
::-webkit-scrollbar {
13
15
width: 6px;
14
16
height: 6px;
package/package.json
CHANGED
Viewed
@@ -1,7 +1,7 @@
1
1
{
2
2
"public": true,
3
3
"name": "ronds-metadata",
4
-
"version": "1.2.
68
",
4
+
"version": "1.2.
69
",
5
5
"scripts": {
6
6
"start": "dumi dev",
7
7
"docs:build": "dumi build",