make notifications wider

This commit is contained in:
Riley Davis
2017-03-10 13:54:33 -07:00
parent 5893e0cbde
commit 9d9d336e06
+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)',