Skip to content

Commit

Permalink
refactor(testimonial): changed divider color to secondary
Browse files Browse the repository at this point in the history
  • Loading branch information
g-stamatis committed Jun 7, 2022
1 parent 239844b commit 84282f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ui/Quote/Testimonial/Testimonial.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ Testimonial.propTypes = {
function Testimonial({ children, ...rest }) {
return (
<div className="eea testimonial" {...rest}>
<Divider className="green clean" />
<Divider fitted className="secondary" />
<Grid>{children}</Grid>
<Divider className="green clean" />
<Divider fitted className="secondary" />
</div>
);
}
Expand Down

0 comments on commit 84282f9

Please sign in to comment.