feat: add border to image hash placeholder
This commit is contained in:
parent
41a65338b5
commit
526b64aec0
9 changed files with 28 additions and 26 deletions
|
|
@ -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
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue