From 1d572e90b6c04adba219f08d3c0cba7f7b61eb10 Mon Sep 17 00:00:00 2001 From: Tal Koren Date: Thu, 18 Apr 2024 15:34:07 +0300 Subject: [PATCH] fix: increase specificity --- .../src/components/Label/LabelCelebrationAnimation.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/src/components/Label/LabelCelebrationAnimation.module.scss b/packages/core/src/components/Label/LabelCelebrationAnimation.module.scss index 759a87323e..a2d29d68ed 100644 --- a/packages/core/src/components/Label/LabelCelebrationAnimation.module.scss +++ b/packages/core/src/components/Label/LabelCelebrationAnimation.module.scss @@ -48,7 +48,7 @@ } } - [data-celebration-text] { + &.celebration [data-celebration-text] { background-size: 300% 100%; background-repeat: no-repeat; background-clip: text;