claritas-web-framework 8.0.24 → 8.0.25

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claritas-web-framework",
3
- "version": "8.0.24",
3
+ "version": "8.0.25",
4
4
  "description": "The CSS framework built for Claritas front end.",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -158,7 +158,7 @@
158
158
  @include font-size(var(--input-font-size));
159
159
 
160
160
  &:not(.input--rounded) {
161
- border-radius: var(--input-large-border-radius);
161
+ border-radius: var(--input-small-border-radius);
162
162
  }
163
163
  }
164
164