@mydefi/ui
Advanced tools
Comparing version 0.1.11 to 0.1.12
@@ -560,3 +560,3 @@ import React, { Component } from 'react'; | ||
className: styles.Modal, | ||
style: { width: props.width, marginLeft: _mLeft + "px" }, | ||
style: { width: props.width, marginLeft: "-" + _mLeft + "px" }, | ||
onClick: function onClick(e) { | ||
@@ -563,0 +563,0 @@ return StopPropagation(e); |
@@ -567,3 +567,3 @@ 'use strict'; | ||
className: styles.Modal, | ||
style: { width: props.width, marginLeft: _mLeft + "px" }, | ||
style: { width: props.width, marginLeft: "-" + _mLeft + "px" }, | ||
onClick: function onClick(e) { | ||
@@ -570,0 +570,0 @@ return StopPropagation(e); |
{ | ||
"name": "@mydefi/ui", | ||
"version": "0.1.11", | ||
"version": "0.1.12", | ||
"description": "UI components originally created for the MyDeFi app.", | ||
@@ -5,0 +5,0 @@ "author": "baptistegreve", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
107262