Skip to content

Commit 3f34ab7

Browse files
Fixed bold colour text on dark mode (#208)
1 parent c8a13c5 commit 3f34ab7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/cards/singleInfoCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ const SingleInfoCard: Component<SingleInfoCardProps> = ({
5959
</div>
6060

6161
{descriptionBlock && (
62-
<div className={"prose my-5 max-w-none"}>
62+
<div className={"prose dark:prose-invert my-5 max-w-none"}>
6363
<PortableText value={descriptionBlock} components={components} />
6464
</div>
6565
)}

0 commit comments

Comments
 (0)