Benjamin Soukiassian

Results 2 comments of Benjamin Soukiassian

Thanks for your quick answer! Sorry, I meant the CardEmpty component displayed while data is fetching. I've been able to override some of the attributes but it's a bit hacky...

Thanks, Yes I've been able to successfully override the loading spans with the following code ```css .microlink_card__content { > span { background: ${COLORS.customBackground}; animation: ${customStatePulse} 0.75s linear infinite !important; }...