Skip to main content
Version: Next

createUnifiedThemeFromV4()

Home > @backstage/theme > createUnifiedThemeFromV4

Creates a new UnifiedTheme using Material UI v4 theme options. Note that this uses adaptV4Theme from Material UI v5, which is deprecated.

Signature:

function createUnifiedThemeFromV4(options: ThemeOptionsV4): UnifiedTheme;

Parameters

Parameter

Type

Description

options

ThemeOptionsV4

**Returns:**

UnifiedTheme