Fix background-color

Signed-off-by: soupette <cyril.lpz@gmail.com>
This commit is contained in:
soupette 2020-03-26 17:01:38 +01:00
parent 1a22cc82ca
commit 6d08e19fda

View File

@ -6,6 +6,7 @@ const FileWrapper = styled(CardImgWrapper)`
width: 100%;
display: flex;
position: relative;
background-color: #333740;
.cropper-view-box {
outline-color: ${({ theme }) => theme.main.colors.white};