feat: add border to image hash placeholder

This commit is contained in:
codytseng 2025-12-24 22:48:38 +08:00
parent 41a65338b5
commit 526b64aec0
9 changed files with 28 additions and 26 deletions

View file

@ -68,9 +68,9 @@ export default function WebPreview({
{image && (
<Image
image={{ url: image }}
className="aspect-[4/3] xl:aspect-video bg-foreground h-44 rounded-none border-r"
className="aspect-[4/3] xl:aspect-video bg-foreground h-44"
classNames={{
skeleton: 'rounded-none border-r'
wrapper: 'rounded-none border-r'
}}
hideIfError
/>