Skip to content

Commit 76d39aa

Browse files
committed
fix: (website) update text color in Card component for improved visibility
1 parent 6f93cc2 commit 76d39aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/app/components/card/cardItem.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const Card = (props: iCard) => {
2525
)}
2626
>
2727
<props.icon width={props.iconSize} height={props.iconSize} />
28-
<p className="text-sm text-zinc-800 dark:text-zinc-200">
28+
<p className="text-sm text-zinc-950 dark:text-zinc-50">
2929
{props.name}
3030
</p>
3131
<div className="flex items-center space-x-1">

0 commit comments

Comments
 (0)