Skip to content

Commit

Permalink
fix(Image): make boxShadow only apply to image (#1987)
Browse files Browse the repository at this point in the history
  • Loading branch information
Barsnes authored May 15, 2024
1 parent 38a5232 commit 6f78437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/storefront/components/Image/Image.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
margin: 0;
}

.boxShadow {
.boxShadow .img {
box-shadow: var(--fds-shadow-medium);
}

Expand Down

0 comments on commit 6f78437

Please sign in to comment.