Skip to content

Commit

Permalink
feat: change caption color
Browse files Browse the repository at this point in the history
  • Loading branch information
pmelab committed Jan 26, 2024
1 parent 477f55e commit df2da3a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export function BlockMedia(props: BlockMediaFragment) {
<figure className="mt-16 mx-auto max-w-3xl">
<Media {...props.media} />
{props.caption ? (
<figcaption className="mt-4 flex gap-x-2 text-sm leading-6 text-gray-500">
<figcaption className="mt-4 flex gap-x-2 text-sm leading-6 text-red-500">
<Html markup={props.caption} />
</figcaption>
) : null}
Expand Down

0 comments on commit df2da3a

Please sign in to comment.