You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary: When a color is applied to an element and later deleted from the color panel, the element still displays the old color instead of updating or reverting.
Steps to Reproduce:
Apply a custom color from the color panel to an element (e.g., a button or text).
Go to the color panel and delete that custom color.
Observe the styled element on the canvas.
Actual Result:
The element still visually displays the deleted color.
There is no refresh or update to reflect that the color no longer exists.
Expected Result:
The element should either revert to the default color or visually update to reflect that the assigned color no longer exists.