From 895057fec4e19e89f052712e11970e0e6295c5c3 Mon Sep 17 00:00:00 2001 From: Tomasz Puch Date: Mon, 30 Aug 2021 18:42:53 +0200 Subject: [PATCH] feat: comments pre-moderation pending header color --- admin/src/components/ItemHeader/CardHeaderPending.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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;