Skip to content

Commit

Permalink
fix: change bgColor to color in variant filled container
Browse files Browse the repository at this point in the history
  • Loading branch information
martinezpoa committed Nov 17, 2022
1 parent 53b4a6a commit 0c09105
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 0c09105

Please sign in to comment.