Skip to content

Commit

Permalink
style: add muted-foreground to description in anime-tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
olexh committed May 16, 2024
1 parent 8ad9eb2 commit 425006d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions components/content-card/components/anime-tooltip.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
'use client';

import * as React from 'react';
import { FC, PropsWithChildren, memo } from 'react';

import Link from 'next/link';
Expand Down Expand Up @@ -75,7 +74,7 @@ const TooltipData: FC<TooltipDataProps> = ({ slug }) => {
) : null}
</div>
{synopsis && (
<MDViewer className="mb-2 line-clamp-4 text-sm">
<MDViewer className="mb-2 line-clamp-4 text-sm text-muted-foreground">
{synopsis}
</MDViewer>
)}
Expand Down

0 comments on commit 425006d

Please sign in to comment.