From c91d526dc198bee043ffaa154b7611cd0cb19646 Mon Sep 17 00:00:00 2001 From: Michaela Brydon Date: Thu, 18 Jul 2024 10:58:48 -0400 Subject: [PATCH] Fixing bug --- src/iss-components/cart-dropdown/cart-dropdown.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/iss-components/cart-dropdown/cart-dropdown.vue b/src/iss-components/cart-dropdown/cart-dropdown.vue index 654be120..ebb083fa 100644 --- a/src/iss-components/cart-dropdown/cart-dropdown.vue +++ b/src/iss-components/cart-dropdown/cart-dropdown.vue @@ -540,7 +540,7 @@ $RECYCLING_MODAL_REF_NAME: 'RecycleModal'; max-width: fit-content; } -:deep(##{$MY_CONSTANT} h5) { +:deep(##{$RECYCLING_MODAL_REF_NAME} h5) { text-align: center; }