mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-13 07:46:10 +00:00
rounded images
This commit is contained in:
parent
08003a3ee6
commit
1f5cd0254a
@ -79,7 +79,7 @@ export const TextView = ({ item, truncate = false, itemTextField, rawText }: { i
|
||||
);
|
||||
const CustomImage = ({ alt, src, title }) => (
|
||||
<img
|
||||
className="max-w-full rounded-lg shadow-md"
|
||||
className="tw-max-w-full tw-rounded tw-shadow"
|
||||
src={src}
|
||||
alt={alt}
|
||||
title={title}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user