From 6f78437531fff62f201324c7deab4c03cf024f34 Mon Sep 17 00:00:00 2001 From: Tobias Barsnes Date: Wed, 15 May 2024 12:09:05 +0200 Subject: [PATCH] fix(Image): make `boxShadow` only apply to image (#1987) --- apps/storefront/components/Image/Image.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/storefront/components/Image/Image.module.css b/apps/storefront/components/Image/Image.module.css index 6a4bc4762c..aae2198860 100644 --- a/apps/storefront/components/Image/Image.module.css +++ b/apps/storefront/components/Image/Image.module.css @@ -12,7 +12,7 @@ margin: 0; } -.boxShadow { +.boxShadow .img { box-shadow: var(--fds-shadow-medium); }