Skip to content

Commit

Permalink
feat: comments pre-moderation pending header color
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomasz Puch committed Aug 30, 2021
1 parent 349ee3e commit 895057f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions admin/src/components/ItemHeader/CardHeaderPending.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;

0 comments on commit 895057f

Please sign in to comment.