|
Currently in Compass the toolbars mostly use a global css class to define their styles.
The class is named `controls-container`.
This ticket involves adding a new `Toolbar` component to compass-components for rendering a styled toolbar. This toolbar will then be used in those places where the global styles are used and toolbars are currently.
Let's ensure this new component follows the conventions from: https://docs.google.com/document/d/1ZLz_DJYpwTiS_DiPcQMKoLoz2iNxSsMKRTuXXxHb6ak/edit# when making the changes, and works with the `COMPASS_LG_DARKMODE="true"` feature flag.
|