@clayui/css 3.164.0 → 3.165.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -56,5 +56,5 @@
56
56
  "link": "npm link",
57
57
  "prepublish": "yarn compile"
58
58
  },
59
- "version": "3.164.0"
59
+ "version": "3.165.0"
60
60
  }
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Clay 3.164.0
2
+ * Clay 3.165.0
3
3
  *
4
4
  * SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
5
5
  * SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
@@ -254,7 +254,7 @@ $label-item-after: map-merge(
254
254
  $label-lg: () !default;
255
255
  $label-lg: map-deep-merge(
256
256
  (
257
- border-radius: var(--label-lg-border-radius, $border-radius-lg),
257
+ border-radius: var(--label-lg-border-radius, $label-border-radius),
258
258
  font-size: var(--label-lg-font-size, 0.875rem),
259
259
  height: var(--label-lg-height, auto),
260
260
  min-height: var(--label-lg-min-height, 1.5rem),