From 5054dd549234dee1f15d37cfa26130ed6c8edd42 Mon Sep 17 00:00:00 2001 From: Nino Date: Mon, 24 Nov 2025 17:55:12 +0100 Subject: [PATCH] fix(crm-customer-card): Bg White fix --- .../lib/components/customer-card/customer-card.component.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/crm/feature/customer-loyalty-cards/src/lib/components/customer-card/customer-card.component.css b/libs/crm/feature/customer-loyalty-cards/src/lib/components/customer-card/customer-card.component.css index 8d23dd633..dfa0439eb 100644 --- a/libs/crm/feature/customer-loyalty-cards/src/lib/components/customer-card/customer-card.component.css +++ b/libs/crm/feature/customer-loyalty-cards/src/lib/components/customer-card/customer-card.component.css @@ -1,4 +1,4 @@ /* Customer card styles - using Tailwind, no additional CSS needed */ :host { - @apply rounded-2xl overflow-hidden; + @apply rounded-2xl overflow-hidden bg-white; }