@semi-bot/semi-theme-ceos 1.0.1 → 1.0.2

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/README.md CHANGED
@@ -9,7 +9,7 @@ Compatible with Semi Foundation Version 2.91.0 or newer.
9
9
 
10
10
  ## Version Release Note
11
11
 
12
-
12
+ 修复默认按钮
13
13
 
14
14
 
15
15
  ## Manual
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@semi-bot/semi-theme-ceos",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Semi theme generated by dsm. https://semi.design/dsm",
5
5
  "keywords": [
6
6
  "semi-theme",
package/raw.json CHANGED
@@ -714,6 +714,7 @@
714
714
  "components": {
715
715
  "button": {
716
716
  "height": {
717
+ "$height-button_small": "28px",
717
718
  "$height-button_default": "36px"
718
719
  },
719
720
  "radius": {
package/scss/local.scss CHANGED
@@ -1,2 +1,3 @@
1
+ $height-button_small: 28px;
1
2
  $height-button_default: 36px;
2
3
  $radius-button: 8px;
package/semi.css CHANGED
@@ -3602,7 +3602,7 @@ body, :host {
3602
3602
  border: 0 transparent solid;
3603
3603
  }
3604
3604
  .semi-button-size-small {
3605
- height: 24px;
3605
+ height: 28px;
3606
3606
  padding-top: 2px;
3607
3607
  padding-bottom: 2px;
3608
3608
  padding-left: 12px;