Click the "blue accessibility button" in the bottom right corner of the screen and change the design ui what works for you.
The widget allows users to change the UI design/styling across the website/app to make the platform more accessible to their needs.
i.e for users that are color blind, the widget will change text colors across the whole site.
In the command prompt run:
npm install react-accessibility --save
Alternatively you may use yarn:
yarn add react-accessibility
import a single component and use in your JSX
import { AccessibilityWidget } from 'react-accessibility'
Alternatively you may use yarn:
<AccessibilityWidget />