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 57ac825 commit 6852963Copy full SHA for 6852963
app/[locale]/10years/_components/TorchHistoryCard.tsx
@@ -41,7 +41,8 @@ const TorchHistoryCard: React.FC<TorchHistoryCardProps> = ({
41
className={cn(
42
"flex flex-col rounded-xl border border-gray-100/50 bg-gradient-to-b from-white to-gray-100 px-6 py-12 shadow-lg dark:text-body-inverse",
43
isCurrentHolder && "bg-gradient-to-b from-[#B38DF0] to-[#DED4ED]",
44
- isPlaceholder && "bg-gradient-to-b from-gray-100 to-gray-200",
+ isPlaceholder &&
45
+ "bg-gradient-to-b from-gray-100 to-gray-200 opacity-50",
46
className
47
)}
48
>
0 commit comments