From a93096c854e7179a48decbf3d358792f065d6ec8 Mon Sep 17 00:00:00 2001 From: Andrey Morozov Date: Mon, 22 Apr 2024 16:11:32 +0300 Subject: [PATCH] fix(Card): reset box shadow styles for the root --- src/components/Card/Card.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Card/Card.scss b/src/components/Card/Card.scss index 16169f73ad..eb5ea5ff3d 100644 --- a/src/components/Card/Card.scss +++ b/src/components/Card/Card.scss @@ -6,6 +6,7 @@ $block: '.#{variables.$ns}card'; --_--background-color: transparent; --_--border-color: transparent; --_--border-width: 0; + --_--box-shadow: none; box-shadow: var(--g-card-box-shadow, var(--_--box-shadow)); box-sizing: border-box;