All beta and experimental labels in the system console and in the front facing app should be updated to this gray label.
Places where it should appear
System console
System console page header
System console sidebar item
Section header
Individual setting item
Modals
In Menus
Popover Menus
Additional Updates needed
1. Update existing beta tags
These tags need to be updated anywhere they are used as well.
Currently the beta label is used in various places, like the message priority popover.
We probably need to update out beta_tag.tsx
component that is rendering the beta tag.
Located in: webapp/channels/src/components/widgets/tag/beta_tag.tsx
2. Update existing enterprise tags
We are also updating the enterprise tags to be have a smaller border radius as well. Currently they’re rounded.
So we need to update any existing enterprise tags as well.