@gravity-ui/blog-constructor 4.4.2 → 4.4.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -9,7 +9,7 @@ unpredictable css rules order in build */
9
9
  align-items: center;
10
10
  background-color: var(--yc-color-base-background);
11
11
  border: 1px solid var(--yc-color-base-background);
12
- border-radius: 10px;
12
+ border-radius: var(--yc-my-border-radius-xl);
13
13
  width: 100%;
14
14
  line-height: 42px;
15
15
  }
@@ -9,7 +9,7 @@ unpredictable css rules order in build */
9
9
  align-items: center;
10
10
  background-color: var(--yc-color-base-background);
11
11
  border: 1px solid var(--yc-color-base-background);
12
- border-radius: 10px;
12
+ border-radius: var(--yc-my-border-radius-xl);
13
13
  width: 100%;
14
14
  line-height: 42px;
15
15
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gravity-ui/blog-constructor",
3
- "version": "4.4.2",
3
+ "version": "4.4.3",
4
4
  "description": "Gravity UI Blog Constructor",
5
5
  "license": "MIT",
6
6
  "repository": {