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
In the feedback Modal (right-side floating modal), the top action buttons have a UI issue when clicked.
The buttons normally appear with a dark background and white text, but when a button is clicked, its background turns white, while the text remains white, making the label invisible.
This results in poor visibility and a confusing user experience.
Expected Behavior
Button text should always remain visible and readable
When a button is clicked (active state), it should: either maintain proper contrast or update both background and text color appropriately
Actual Behavior
On click: Background becomes white Text remains white
-Result: text becomes invisible
Description
In the feedback Modal (right-side floating modal), the top action buttons have a UI issue when clicked.
The buttons normally appear with a dark background and white text, but when a button is clicked, its background turns white, while the text remains white, making the label invisible.
This results in poor visibility and a confusing user experience.
Expected Behavior
Button text should always remain visible and readable
When a button is clicked (active state), it should: either maintain proper contrast or update both background and text color appropriately
Actual Behavior
-Result: text becomes invisible
Steps to Reproduce
Screenshots / Recording
Video.Project.4.mp4
Possible Cause