diff --git a/admin/src/components/ItemHeader/CardHeaderPending.js b/admin/src/components/ItemHeader/CardHeaderPending.js index 03cbbc0..1252f6b 100644 --- a/admin/src/components/ItemHeader/CardHeaderPending.js +++ b/admin/src/components/ItemHeader/CardHeaderPending.js @@ -5,9 +5,7 @@ import { colors } from 'strapi-helper-plugin'; import CardHeaderBlocked from './CardHeaderBlocked'; const CardHeaderPending = styled(CardHeaderBlocked)` - color: ${colors.leftMenu.blue}; - - background: ${colors.leftMenu.lightBlue}; + color: ${colors.blue}; `; export default CardHeaderPending;