Skip to content

Commit

Permalink
feat: change image shadow from sm to default
Browse files Browse the repository at this point in the history
  • Loading branch information
theodorusclarence committed Jul 26, 2022
1 parent b46bf88 commit a1b4b53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/images/CloudinaryImg.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export default function CloudinaryImg({
return (
<figure
className={clsx(className, {
'overflow-hidden rounded shadow-sm dark:shadow-none': !noStyle,
'overflow-hidden rounded shadow dark:shadow-none': !noStyle,
'mx-auto w-full': mdx && width <= 800,
})}
style={{
Expand Down

0 comments on commit a1b4b53

Please sign in to comment.