Unity 6000.2 has reached its end of life and will not receive further updates. If you need additional fixes, please upgrade to a newer Unity version.
How to reproduce:
Open the “FC2.zip” project
Open the “SampleScene”
Open the Window -> UI Toolkit -> Debugger
Click on the "Pick Element" button and select any Label in the Game view
In the Debugger, scroll down and open the Color Picker for "color"
Click anywhere and drag to select a different color
Observe the text color in the Game view
Expected result: The color is updated to what color the mouse drags and hovers over
Actual result: The color changes to the color that was selected on click, but doesn't update after that