Fix: box shadow

This commit is contained in:
Sébastien GLATZ
2019-08-08 13:43:45 +02:00
parent 287170ac96
commit cfc895b5dd
+1 -1
View File
@@ -56,7 +56,7 @@ const styles = theme => ({
top: '50%',
transform: 'translate(-50%, -66%)',
backgroundColor: 'white',
boxShadow: '0 8px 6px -6px grey',
boxShadow: '0px 6px 15px rgba(30, 35, 39, 0.10)',
border: 'solid 5px white',
borderRadius: '0.5em',
},