fix background color

Signed-off-by: soupette <cyril.lpz@gmail.com>
This commit is contained in:
soupette 2021-03-16 18:27:38 +01:00
parent 3f8de854fa
commit 7f654fb844

View File

@ -20,7 +20,7 @@ const Wrapper = styled.div`
` `
: ` : `
border: 1px solid #A5D5FF; border: 1px solid #A5D5FF;
background-color: ${({ theme }) => theme.main.colors.lightestBlue}; background-color: ${theme.main.colors.lightestBlue};
${Text} { ${Text} {
color: ${theme.main.colors.mediumBlue}; color: ${theme.main.colors.mediumBlue};
} }