Skip to content

Commit

Permalink
docs(723): removed typograpghy
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravindren authored and Ravindren committed May 15, 2023
1 parent bfe3ee8 commit 4fa8b37
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions src/standfirst/__tests__/standfirst.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,8 @@ import {StorybookCase, StorybookPage} from '../../test/storybook-comps';
import {TextBlock} from '../../text-block';
import {getColorCssFromTheme, styled} from '../../utils/style';

const CONTENT = (
<TextBlock typographyPreset="utilitySubheading020">
NewsKit provides components, guidelines and standards to enable digital
product teams to create high-quality, consistent products quickly. NewsKit
is built on modular design principles and backed by best practice guidance
for design and development.
</TextBlock>
);
const CONTENT =
'NewsKit provides components, guidelines and standards to enable digital product teams to create high-quality, consistent products quickly. NewsKit is built on modular design principles and backed by best practice guidance for design and development.';

export const StoryDefault = () => (
<StorybookPage columns="1fr">
Expand Down

0 comments on commit 4fa8b37

Please sign in to comment.