Skip to content

Commit

Permalink
Merge branch 'fix/numberMostRead'
Browse files Browse the repository at this point in the history
  • Loading branch information
gbombassaro committed Nov 20, 2022
2 parents 3e3246b + 0c09105 commit 6a49c9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/xprog-prensa/news/Teaser/Number/component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const Number: React.FC<t.NumberProps> = ({
if (variant === 'filled') {
containerCss = {
...css,
backgroundColor: `$${bgColor}`
backgroundColor: `$${color}`
}
variantCss = {
color: `$${color}`
Expand Down

0 comments on commit 6a49c9a

Please sign in to comment.