@community-release/nx-ui 0.0.40 → 0.0.41

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/dist/module.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "ui",
3
3
  "configKey": "ui",
4
- "version": "0.0.40"
4
+ "version": "0.0.41"
5
5
  }
@@ -199,7 +199,7 @@ export default {
199
199
 
200
200
  cursor: pointer;
201
201
  border: 1px solid transparent;
202
- border-radius: @com-input-height-large;
202
+ border-radius: @com-border-radius-default;
203
203
 
204
204
  -webkit-user-select: none;
205
205
  -moz-user-select: none;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@community-release/nx-ui",
3
- "version": "0.0.40",
3
+ "version": "0.0.41",
4
4
  "description": "nx-ui - Nuxt UI library",
5
5
  "repository": {
6
6
  "type": "git",