Fields component transparency

I have a question, is it possible to change the transparency or opacity of the “Fields” component?

I am making a report and I am using the “Fields” component to add a checklist but the letters look very transparent and I would like to put a stronger color on it.

Do you have any idea what I can do or any other option that would allow me to do something else? Thanks
image

Try putting it inside a Container, and then experiment with different background colours.

Thank you very much, I tried it but unfortunately it does not convince me, thank you very much for your help :slight_smile:
image

Here’s an alternative with CSS.

div[class*="fields___StyledDiv2"] {
font-weight: 600;
color: black;
}
2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.