There is css being applied by default to the various elements in the ConsentManager, and no option to override or disable that styling. I'm referencing font-size, font-family, display: flex; rules, etc. I imagine this is also true for the ConsentManagerBuilder.
It would be hugely helpful to add a prop to ConsentManager such as disableDefaultStyles which would disable all css.
It would also be helpful to add class names to the various elements (divs and p tags, etc.) which are provided by the ConsentManager for those who want to use the default styling, but override styles selectively.
There is css being applied by default to the various elements in the
ConsentManager
, and no option to override or disable that styling. I'm referencing font-size, font-family, display: flex; rules, etc. I imagine this is also true for theConsentManagerBuilder
.It would be hugely helpful to add a prop to
ConsentManager
such asdisableDefaultStyles
which would disable all css.It would also be helpful to add class names to the various elements (divs and p tags, etc.) which are provided by the
ConsentManager
for those who want to use the default styling, but override styles selectively.These changes would improve the DX. Thanks