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; }