Skip to content

Commit 6852963

Browse files
committed
add opacity
1 parent 57ac825 commit 6852963

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/[locale]/10years/_components/TorchHistoryCard.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ const TorchHistoryCard: React.FC<TorchHistoryCardProps> = ({
4141
className={cn(
4242
"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",
4343
isCurrentHolder && "bg-gradient-to-b from-[#B38DF0] to-[#DED4ED]",
44-
isPlaceholder && "bg-gradient-to-b from-gray-100 to-gray-200",
44+
isPlaceholder &&
45+
"bg-gradient-to-b from-gray-100 to-gray-200 opacity-50",
4546
className
4647
)}
4748
>

0 commit comments

Comments
 (0)