unloggedio / intellij-java-plugin

IntelliJ plugin with java language support
https://unlogged.io
Apache License 2.0
12 stars 1 forks source link

Visibility of save Replay button #3

Open sravanbodha opened 8 months ago

sravanbodha commented 8 months ago

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

  1. 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