Hey @EvaRita ! 👋
This happens because when you added Auto Layout to both the rectangle and the text, Figma automatically applied the rectangle’s fill to the entire Auto Layout frame. So when you reduce the opacity to 50%, it affects everything inside — including the text — making it look faded too.
Here are two ways to fix it:
1. Adjust Fill Opacity Only:
If you just want to fade the background, go into the "Fill" section of the frame, and adjust the opacity of the fill color itself, not the whole layer. That way, the text won’t be affected.
2. Use a Background Rectangle Separately:
-
Add a new rectangle inside the Auto Layout frame
-
Select it and click “Ignore Auto Layout” from the “Position” section
-
Set the constraints to left to right and top to bottom
-
Match its size to your content box manually
-
Now apply 50% opacity to this rectangle
This method keeps your text sharp while giving you a faded background look. Hope that helps! 😊