Skip to content

Introduced neutral switch color

Bram Wiepjes requested to merge introduced-switch-neutral-color into develop

What is in this MR

This merge request introduced a new neutral switch color. This color variant was needed for the SaaS pricing page, but thought to introduce it reusable in the core repo.

image

image

How to test this MR

  • Open storybook yarn run storybook and http://localhost:6006.
  • Go to the SwitchInput.
  • Confirm that the default green color works as before.
  • Confirm that the neutral state has the correct background color.

Merge Request Checklist

  • A changelog entry has been created if required.
  • New/updated Premium/Enterprise features are separated correctly in the premium or enterprise folder
  • The latest Chrome and Firefox have been used to test any new frontend features
  • Documentation has been updated
  • Quality Standards are met
  • Performance: tables are still fast with 100k+ rows, 100+ field tables
  • The redoc API pages have been updated for any REST API changes
  • Our custom API docs are updated for changes to endpoints accessed via api tokens
  • The UI/UX has been updated following UI Style Guide

Merge request reports