make notifications wider

This commit is contained in:
Riley Davis
2017-03-20 07:29:09 -07:00
committed by gaba
parent 117b73adf7
commit e5c108f8fb
+1 -1
View File
@@ -13,7 +13,7 @@ const snackbarStyles = {
color: '#fff',
borderRadius: '3px 3px 0 0',
textAlign: 'center',
maxWidth: '300px',
maxWidth: '400px',
left: '50%',
opacity: 0,
transform: 'translate(-50%, 20px)',