Skip to content

Commit

Permalink
Remove color do background no Block
Browse files Browse the repository at this point in the history
  • Loading branch information
gbombassaro committed Oct 20, 2020
1 parent 061602f commit c257280
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Teasers/MostRead.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const TeaserMostRead = ({content, number, titleSize, titleColor, titleWeight, nu
};
const propsNumber = {
custom: 'most-read-number',
bg: `color-${circleColor}`
bg: circleColor
};
const propsTitle = {
custom: 'most-read-title',
Expand Down

0 comments on commit c257280

Please sign in to comment.