I have a gallery that contains statuses. When a status is selected, it filters another gallery below it.

When you hover over any of the statuses, the color changes to a gold color but when I click it and move away, it changes back to white.

I would like for the color to stay gold when it is clicked/selected. How can I do this? I tried doing the following on the color property but it didn't recognize IsSelected
ThisItem.Status.IsSelected
How can I achieve my objective?
Thanks!