Skip to content

Commit

Permalink
Darkmode - Comment and CommentReplyPreview (#9885)
Browse files Browse the repository at this point in the history
* Darkmode

* Remove unused import

* Replace decidePalette in CommentReplyPreview

* fix accidentally deleted props

* Remove unused prop from comment reply preview

* Remove unused format from CommentContainer

* Remove unused import

* Updates to dark mode colours"

* Undo accidental colour change

* One more undo of an accidental colour change

* Add decorator to Comments Stories

* Update Comments stories to use SplitTheme decorator

* Use discussion link colour

* Update link colour
  • Loading branch information
sophie-macmillan authored Dec 14, 2023
1 parent f491a76 commit 642eef8
Show file tree
Hide file tree
Showing 11 changed files with 325 additions and 181 deletions.
2 changes: 1 addition & 1 deletion dotcom-rendering/src/components/Discussion/Badges.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const staffLabel = css`
color: ${themePalette('--staff-label-color')};
`;
const guardianPickLabel = css`
color: ${sourcePalette.neutral[7]};
color: ${themePalette('--pick-label-color')};
`;

export const GuardianStaff = () => (
Expand Down
Loading

0 comments on commit 642eef8

Please sign in to comment.