@kaiheila/ui-components 0.1.6 → 0.1.7

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.
Files changed (2) hide show
  1. package/dist/main.css +2 -1
  2. package/package.json +1 -1
package/dist/main.css CHANGED
@@ -250,9 +250,10 @@ textarea {
250
250
  .chuanyu-button.size-sm {
251
251
  height: 32px;
252
252
  min-width: 80px;
253
- font-size: 12px;
253
+ font-size: 14px;
254
254
  padding: 0 12px;
255
255
  border-radius: 8px;
256
+ line-height: 32px;
256
257
  }
257
258
  .chuanyu-button.size-md {
258
259
  height: 36px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kaiheila/ui-components",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "description": "开黑啦 UI Components",
5
5
  "main": "dist/ui-components.js",
6
6
  "scripts": {