Skip to content

Commit

Permalink
fix(community-testimonial): changes paragraph size on body text
Browse files Browse the repository at this point in the history
changes paragraph size to large on body text
  • Loading branch information
Samantha Vale authored and marcod1419 committed May 22, 2019
1 parent a5dbcce commit 9c9ecb8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified e2e/output/components/Testimonial/baseline/chrome_headless.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion packages/Testimonial/Testimonial.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import styles from './Testimonial.scss'
const Testimonial = ({ testimonial, image, title, additionalInfo, ...rest }) => {
return (
<Box {...safeRest(rest)} between={3}>
<Paragraph>{testimonial}</Paragraph>
<Paragraph size="large">{testimonial}</Paragraph>
<div className={styles.imageAndQuote}>
{image && <div className={styles.image}>{image}</div>}
<div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ exports[`Testimonial renders 1`] = `
align="left"
bold={false}
invert={false}
size="medium"
size="large"
>
My office is where ever my customers are. TELUS helps me stay connected whether I'm making a sale or doing payroll.
</Paragraph>
Expand Down

0 comments on commit 9c9ecb8

Please sign in to comment.