mirror of
https://github.com/strapi/strapi.git
synced 2025-11-01 18:33:55 +00:00
Use standard CSS comments to avoid lint error
This commit is contained in:
parent
923d87fdbf
commit
d686d4975b
@ -5,13 +5,13 @@ import { Flex } from '@strapi/design-system/Flex';
|
||||
import Paint from '@strapi/icons/Paint';
|
||||
|
||||
const IconBox = styled(Flex)`
|
||||
// Hard code color values
|
||||
// to stay consistent between themes
|
||||
background-color: #f0f0ff; // primary100
|
||||
border: 1px solid #d9d8ff; // primary200
|
||||
/* Hard code color values */
|
||||
/* to stay consistent between themes */
|
||||
background-color: #f0f0ff; /* primary100 */
|
||||
border: 1px solid #d9d8ff; /* primary200 */
|
||||
|
||||
svg > path {
|
||||
fill: #4945ff; // primary600
|
||||
fill: #4945ff; /* primary600 */
|
||||
}
|
||||
`;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user