fix(crm-customer-card): Bg White fix

This commit is contained in:
Nino
2025-11-24 17:55:12 +01:00
parent 688390efdb
commit 5054dd5492

View File

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