I've updated the values in a generic list, but components which reference that list are still using the old values
I use a generic list to manage colours on my website. Each list item has a colour name, and a hex code as its value. I recently changed many of the hex codes, but components referencing the color list are still using the old hex codes. When I look in CRXDE, I see the old hex codes. is there a reason this is happening? Is there a way to update all of the values?