Browse Source
Fix un-aligned back button & chevron, that was triggering me so much
master
meriadec
7 years ago
No known key found for this signature in database
GPG Key ID: 1D2FC2305E2CB399
1 changed files with
1 additions and
0 deletions
-
src/components/base/Modal/ModalTitle.js
|
|
@ -30,6 +30,7 @@ const Back = styled(Box).attrs({ |
|
|
|
})` |
|
|
|
cursor: pointer; |
|
|
|
position: absolute; |
|
|
|
line-height: 1; |
|
|
|
top: 0; |
|
|
|
left: 0; |
|
|
|
|
|
|
|