rounded images

This commit is contained in:
Anton Tranelis 2024-07-21 22:51:53 +02:00
parent 08003a3ee6
commit 1f5cd0254a

View File

@ -79,7 +79,7 @@ export const TextView = ({ item, truncate = false, itemTextField, rawText }: { i
); );
const CustomImage = ({ alt, src, title }) => ( const CustomImage = ({ alt, src, title }) => (
<img <img
className="max-w-full rounded-lg shadow-md" className="tw-max-w-full tw-rounded tw-shadow"
src={src} src={src}
alt={alt} alt={alt}
title={title} title={title}