Notification

This commit is contained in:
Belen Curcio
2017-01-30 20:00:01 -03:00
parent 5d2ed3f585
commit 0881201465
+1 -1
View File
@@ -11,6 +11,6 @@ const SnackBar = ({children, className, position, ...attrs}) => {
);
};
const fixedStyle = {bottom: '70px', top: 'auto'};
const fixedStyle = {bottom: '200px', top: 'auto'};
export default SnackBar;