We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f93cc2 commit 76d39aaCopy full SHA for 76d39aa
1 file changed
website/app/components/card/cardItem.tsx
@@ -25,7 +25,7 @@ const Card = (props: iCard) => {
25
)}
26
>
27
<props.icon width={props.iconSize} height={props.iconSize} />
28
- <p className="text-sm text-zinc-800 dark:text-zinc-200">
+ <p className="text-sm text-zinc-950 dark:text-zinc-50">
29
{props.name}
30
</p>
31
<div className="flex items-center space-x-1">
0 commit comments