Skip to content

Commit

Permalink
fix tag color
Browse files Browse the repository at this point in the history
  • Loading branch information
Barsnes committed Jan 8, 2025
1 parent a4ab6df commit e1142bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/storefront/app/bloggen/_components/Card/BlogCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export const BlogCard = ({
</CardBlock>
<CardBlock>
{tagText && (
<Tag className={classes.tag} color={tagColor} data-size='sm'>
<Tag className={classes.tag} data-color={tagColor} data-size='sm'>
{tagText}
</Tag>
)}
Expand Down

0 comments on commit e1142bf

Please sign in to comment.