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
The issue I'm encountering involves a visibility problem with the "Save Replay" button, specifically related to color.
The current color scheme of button and text color used for the button is causing the text within it to be indiscernible or difficult to read. This lack of contrast or visibility is impeding my ability to perceive the text on the button, making it challenging to identify or interact with the "Save Replay" option. I believe addressing the color issue with the button's design or adjusting the text color could enhance the overall user experience and make the functionality more accessible.
1.Install Unlogged plugin in Intellij IDEA and add unlogged dependency based on your Java version.
2.Add Unlogged annotation above your main method of your project.
3.Run "mvn clean" command and start your application.
4.Click on direct invoke and pass the required parameters and get the response
5. The text of the 'save replay' button is obscured by the same button colour. This button navigates to the assertion and mock data tabs
Expected behavior
color scheme of the "Save Replay" button to be modified in a way that improves visibility and contrast. This adjustment should make the text within the button more discernible and easier to read. Users should be able to clearly identify and interact with the "Save Replay" option without facing challenges related to text visibility.
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
The issue I'm encountering involves a visibility problem with the "Save Replay" button, specifically related to color.
The current color scheme of button and text color used for the button is causing the text within it to be indiscernible or difficult to read. This lack of contrast or visibility is impeding my ability to perceive the text on the button, making it challenging to identify or interact with the "Save Replay" option. I believe addressing the color issue with the button's design or adjusting the text color could enhance the overall user experience and make the functionality more accessible.
please refer the following attachment
button color issue.pdf
Reproduction steps
1.Install Unlogged plugin in Intellij IDEA and add unlogged dependency based on your Java version.
2.Add Unlogged annotation above your main method of your project.
3.Run "mvn clean" command and start your application.
4.Click on direct invoke and pass the required parameters and get the response
5. The text of the 'save replay' button is obscured by the same button colour. This button navigates to the assertion and mock data tabs
Expected behavior
color scheme of the "Save Replay" button to be modified in a way that improves visibility and contrast. This adjustment should make the text within the button more discernible and easier to read. Users should be able to clearly identify and interact with the "Save Replay" option without facing challenges related to text visibility.
Additional context
No response
The text was updated successfully, but these errors were encountered: