@capillarytech/creatives-library 2.0.49 → 2.0.50

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.
@@ -166,7 +166,7 @@ export class EmailWrapper extends React.Component { // eslint-disable-line react
166
166
  />
167
167
  <div>
168
168
  {emailCreateMode === "upload" &&
169
- <div>
169
+ <div style={{ marginLeft: '8px'}}>
170
170
  <CapUploader onChange={this.useFileUpload} accept=".zip, .html, .htm" showUploadList={false}>
171
171
  <CapButton>Upload</CapButton>
172
172
  </CapUploader>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@capillarytech/creatives-library",
3
3
  "author": "meharaj",
4
- "version": "2.0.49",
4
+ "version": "2.0.50",
5
5
  "description": "Capillary creatives ui",
6
6
  "main": "./index.js",
7
7
  "module": "./index.es.js",