Files
backstage/packages/theme
Chris Simmons 1c559bcc90 Enable override of sidebar selected indicator color when using createTheme (#1880)
* refactored sidebar palette types + updated default themes

* use @backstage/theme and new selectedIndicatorColor palette property

* fixed sidebar to use refactored backgroundColor property

* simplified property names based on feedback

* renamed sidebar to navigation in palette

* updated AppThemeApi docs with PaletteAdditions changes
2020-08-11 08:16:46 +02:00
..
2020-08-07 17:08:28 +02:00

@backstage/theme

This package provides the extended Material UI Theme(s) that power Backstage.

Installation

Install the package via npm or yarn:

$ npm install --save @backstage/theme

or

$ yarn add @backstage/theme

Documentation