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
Standardizing the appearance of buttons enhances the user's recognition of the widgets as buttons. We can add buttons by using role=button in the HTML element and thus can increase the accessibility of platform.
Search for any buttons in the codebase of platform-client which are not button-elements and add role=button in the html element with that class. An easy way to search that might be by searching for class="button Make sure that you do not make any changes to the UI of platform.