mirror of
https://github.com/strapi/strapi.git
synced 2025-08-11 10:18:28 +00:00
fix background color
Signed-off-by: soupette <cyril.lpz@gmail.com>
This commit is contained in:
parent
3f8de854fa
commit
7f654fb844
@ -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};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user