Challenge lesson 4

Hi I’m trying to do the challenge on the lesson 4 and I can’t find the modifier to make the round padding on the text black transparent.
can somebody help me

thanks

Hi Gisele,

Welcome to the Code Crew community.

If you are using the .background() modifier then add the .opacity() modifier to it like this:

.background(Color.black.opacity(0.7))