Skip to content

Commit

Permalink
fix: set accordion content font size to token size 100 to match desig…
Browse files Browse the repository at this point in the history
…ns (#342)
  • Loading branch information
hs4man21 authored Mar 6, 2023
1 parent 892920f commit cf673ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/accordion/src/AccordionContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ const AnimatedContent = styled(AccordionPrimitive.Content, {
const ContentContainer = styled("div", {
paddingBottom: theme.space[150],
paddingRight: theme.space[150],
fontSize: theme.fontSizes[100],
});

type AccordionContentVariants = WPDS.VariantProps<typeof AnimatedContent>;
Expand Down

2 comments on commit cf673ba

@vercel
Copy link

@vercel vercel bot commented on cf673ba Mar 6, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

wpds-ui-kit – ./build.washingtonpost.com

wpds-ui-kit.preview.now.washingtonpost.com
build.washingtonpost.com
wpds-ui-kit-git-main.preview.now.washingtonpost.com

@vercel
Copy link

@vercel vercel bot commented on cf673ba Mar 6, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

wpds-ui-kit-storybook – ./

wpds-ui-kit-storybook.preview.now.washingtonpost.com
wpds-ui-kit-storybook-git-main.preview.now.washingtonpost.com

Please sign in to comment.