mirror of
https://github.com/strapi/strapi.git
synced 2025-09-20 05:52:08 +00:00
Fix PR feedback
Signed-off-by: soupette <cyril.lpz@gmail.com>
This commit is contained in:
parent
1fc2ee567f
commit
d8a57fe207
@ -10,10 +10,10 @@ const Field = styled.div`
|
||||
padding-top: 2px;
|
||||
border-radius: 2px;
|
||||
background-color: ${({ theme }) => theme.main.colors.mediumGrey};
|
||||
${({ error }) =>
|
||||
${({ error, theme }) =>
|
||||
error &&
|
||||
css`
|
||||
border: 1px solid ${({ theme }) => theme.main.colors.lightOrange};
|
||||
`
|
||||
border: 1px solid ${theme.main.colors.lightOrange};
|
||||
`}
|
||||
`;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user