tntd 2.8.47 → 2.8.48

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.
@@ -182,6 +182,6 @@
182
182
  }
183
183
 
184
184
  .ant-modal-footer{
185
- padding: 16px 24px 8px;
185
+ padding: 16px 24px 16px;
186
186
  }
187
187
  }
@@ -182,6 +182,6 @@
182
182
  }
183
183
 
184
184
  .ant-modal-footer{
185
- padding: 16px 24px 8px;
185
+ padding: 16px 24px 16px;
186
186
  }
187
187
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tntd",
3
- "version": "2.8.47",
3
+ "version": "2.8.48",
4
4
  "license": "MIT",
5
5
  "scripts": {
6
6
  "start": "heft start --storybook",