@antscorp/antsomi-ui 1.3.5-beta.454 → 1.3.5-beta.455

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.
@@ -23,8 +23,9 @@ export const StyledModal = styled(AntdModal) `
23
23
  }
24
24
  }
25
25
  .antsomi-modal-header {
26
- padding: 20px;
26
+ padding: 15px;
27
27
  padding-bottom: 0;
28
+ margin-bottom: 0;
28
29
  border-style: 0px;
29
30
 
30
31
  ${props => (props.headerStyle ? JSToCSS(props.headerStyle) : '')}
@@ -35,13 +36,14 @@ export const StyledModal = styled(AntdModal) `
35
36
  : ''}
36
37
  }
37
38
  .antsomi-modal-body {
38
- padding: 20px;
39
+ padding: 15px;
39
40
  }
40
41
  .antsomi-modal-footer {
41
42
  display: flex;
42
43
  align-items: center;
43
- padding-left: 20px;
44
- padding-right: 20px;
44
+ padding-left: 15px;
45
+ padding-right: 15px;
46
+ margin-top: 0px;
45
47
 
46
48
  ${p => p.rightFooter
47
49
  ? css `
@@ -21,6 +21,11 @@ export const StyledModal = styled(Modal) `
21
21
 
22
22
  .antsomi-modal-header {
23
23
  padding: 15px 15px 0px 15px;
24
+ margin-bottom: 0px;
25
+ }
26
+
27
+ .antsomi-modal-footer {
28
+ margin-top: 0px;
24
29
  }
25
30
  }
26
31
  `;
@@ -889,6 +889,7 @@ export const GlobalStyle = () => {
889
889
  }
890
890
  }
891
891
  .antsomi-modal-footer {
892
+ margin-top: 0px;
892
893
  padding: 15px !important;
893
894
  text-align: right;
894
895
  background: transparent;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@antscorp/antsomi-ui",
3
- "version": "1.3.5-beta.454",
3
+ "version": "1.3.5-beta.455",
4
4
  "description": "An enterprise-class UI design language and React UI library.",
5
5
  "sideEffects": [
6
6
  "dist/*",