@aloudata/aloudata-design 0.4.8-beta.15 → 0.4.8-beta.16

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.
@@ -7,19 +7,19 @@
7
7
  @button-height-large: 36px;
8
8
  @button-text-size-large: 16px;
9
9
  @button-border-radius-large: 6px;
10
- @button-border-padding-large: 6px 24px;
10
+ @button-border-padding-large: 5px 23px;
11
11
  @button-left-icon-margin-right-large: 8px;
12
12
 
13
13
  @button-height-middle: 32px;
14
14
  @button-text-size-middle: 13px;
15
15
  @button-border-radius-middle: 4px;
16
- @button-border-padding-middle: 6px 20px;
16
+ @button-border-padding-middle: 5px 19px;
17
17
  @button-left-icon-margin-right-middle: 4px;
18
18
 
19
19
  @button-height-small: 28px;
20
20
  @button-text-size-small: 12px;
21
21
  @button-border-radius-small: 4px;
22
- @button-border-padding-small: 6px 16px;
22
+ @button-border-padding-small: 5px 15px;
23
23
  @button-left-icon-margin-right-small: 4px;
24
24
 
25
25
  // @button-height-mini: 24px;
@@ -2,7 +2,7 @@
2
2
 
3
3
  .ald-modal {
4
4
  .ant-modal-content {
5
- padding: 16px 24px;
5
+ padding: 15px 23px;
6
6
  box-shadow: 0 20px 24px -4px rgb(16 24 40 / 8%),
7
7
  0 8px 8px -4px rgb(16 24 40 / 3%);
8
8
  border-radius: 4px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aloudata/aloudata-design",
3
- "version": "0.4.8-beta.15",
3
+ "version": "0.4.8-beta.16",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "module": "dist/index.js",