Fix: box shadow
This commit is contained in:
@@ -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',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user