This release fixes the following issues:
- Default values for global font color, weight, size, and family are now set in
@backstage/ui/css/styles.css
, in particular fixing font colors in some parts of the app in dark mode. - Dev apps created with
@backstage/dev-utils
now include the CSS from@backstage/ui/css/styles.css
by default. - The user settings plugin no longer overrides the storage API in the new frontend system by default. This fixes an issue where the Signals plugin was suddenly required.