Icon too Dark when Inside an Overlay

I am working on an UI for an inventory. The slot consists of an Sizebox → Border → Overlay → Image and a text box (both children of the overlay). Both the image and the text are so dark I can barely see them. What is going on and how do I fix it?

Hi @Nitrox32 ,
One thing I can think of is that the widgets might be inheriting the color or opacity from another widget. The issue could be coming from there.
Could you share a screenshot of your widget setup? In particular, the Hierarchy and the Details panel for the SizeBox, Border, Overlay, Image, and Text widgets. That should help us identify what’s causing them to appear so dark.

I also found this forum post that might be helpful.

Additionally this video shows how to create an inventory system. It might help you figure out the issue, since it includes how to build the inventory UI.

Hope it helps!

1 Like

Judging by the description, I’d blame the Border. Perhaps that’s the culprit:

1 Like