mirror of
https://github.com/strapi/strapi.git
synced 2025-11-11 15:49:50 +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';
|
import Paint from '@strapi/icons/Paint';
|
||||||
|
|
||||||
const IconBox = styled(Flex)`
|
const IconBox = styled(Flex)`
|
||||||
// Hard code color values
|
/* Hard code color values */
|
||||||
// to stay consistent between themes
|
/* to stay consistent between themes */
|
||||||
background-color: #f0f0ff; // primary100
|
background-color: #f0f0ff; /* primary100 */
|
||||||
border: 1px solid #d9d8ff; // primary200
|
border: 1px solid #d9d8ff; /* primary200 */
|
||||||
|
|
||||||
svg > path {
|
svg > path {
|
||||||
fill: #4945ff; // primary600
|
fill: #4945ff; /* primary600 */
|
||||||
}
|
}
|
||||||
`;
|
`;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user