Skip to content

Commit 8e22c7a

Browse files
committed
fix: resources badge text to white and bold
1 parent c823cd0 commit 8e22c7a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/react/ResourcesDashboard/ResourceCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export function ResourceCard({ resource }: ResourceCardProps) {
1515
key={tag.id}
1616
color="none"
1717
size="md"
18-
className="text-dark"
18+
className="text-white font-bold"
1919
style={{ backgroundColor: tag.tags.color }}
2020
>
2121
{tag.tags.name}

0 commit comments

Comments
 (0)