Skip to content
This repository has been archived by the owner on Aug 13, 2023. It is now read-only.

Psammead Timestamp, Paragraph and Heading Dark Mode #3587

Merged
merged 4 commits into from
Jul 9, 2020

Conversation

ryanmccombe
Copy link
Contributor

@ryanmccombe ryanmccombe commented Jul 8, 2020

Requirement for bbc/simorgh#7178

Overall change: Add darkMode prop to Timestamp, Paragraph and Headings

Code changes:

  • Adding darkmode support to components used by on demand TV.

  • I have assigned myself to this PR and the corresponding issues
  • Automated jest tests added (for new features) or updated (for existing features)
  • This PR requires manual testing

@ryanmccombe ryanmccombe self-assigned this Jul 8, 2020
@ryanmccombe ryanmccombe changed the base branch from latest to add-themes-to-storybook-helpers July 9, 2020 09:51
import { shape, string } from 'prop-types';
import { C_SHADOW } from '@bbc/psammead-styles/colours';
import { shape, string, bool } from 'prop-types';
import { C_SHADOW, C_WHITE } from '@bbc/psammead-styles/colours';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

From the zeplin mocks this should be C_LUNAR

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

General approach looks good to me

@ryanmccombe ryanmccombe changed the base branch from add-themes-to-storybook-helpers to latest July 9, 2020 14:30
@ryanmccombe ryanmccombe marked this pull request as ready for review July 9, 2020 14:37
Copy link
Contributor

@rebeccamcginn rebeccamcginn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No story left behind...

Copy link
Contributor

@RichardPK RichardPK left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rad 👍

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants