RHIDP-2943: Allow users to configure MUI/Backstage all/more theme options #110
Annotations
7 errors
src/themes/index.tsx#L109
Argument of type '{ fontFamily: string; typography: BackstageTypography; palette: { navigation: { background: string; indicator: string; color: string; selectedColor: string; navItem: { ...; }; }; text: { ...; }; primary?: { ...; } | ... 2 more ... | undefined; } | { ...; } | { ...; }; defaultPageTheme: string; pageTheme: Record<...>...' is not assignable to parameter of type 'UnifiedTheme'.
|
src/themes/index.tsx#L116
Argument of type '{ fontFamily: string; typography: BackstageTypography; palette: { navigation: { background: string; indicator: string; color: string; selectedColor: string; navItem: { ...; }; }; primary?: { ...; } | ... 2 more ... | undefined; } | { ...; } | { ...; }; defaultPageTheme: string; pageTheme: Record<...>; components: Co...' is not assignable to parameter of type 'UnifiedTheme'.
|
src/themes/index.tsx#L123
Argument of type '{ palette: { navigation: { background: string; indicator: string; color: string; selectedColor: string; navItem: { hoverBackground: string; }; }; text: { primary: string; secondary: string; }; primary?: { ...; } | ... 2 more ... | undefined; } | { ...; } | { ...; }; defaultPageTheme: string; pageTheme: Record<...>; ...' is not assignable to parameter of type 'UnifiedTheme'.
|
src/themes/index.tsx#L130
Argument of type '{ palette: { navigation: { background: string; indicator: string; color: string; selectedColor: string; navItem: { hoverBackground: string; }; }; primary?: { main: string; } | { main: string; light: string; dark: string; contrastText: string; } | { ...; } | undefined; } | { ...; } | { ...; }; defaultPageTheme: strin...' is not assignable to parameter of type 'UnifiedTheme'.
|
src/themes/index.tsx#L137
Argument of type '{ palette: { navigation: { background: string; indicator: string; color: string; selectedColor: string; navItem: { hoverBackground: string; }; }; primary?: { main: string; } | { main: string; light: string; dark: string; contrastText: string; } | { ...; } | undefined; } | { ...; } | { ...; }; defaultPageTheme: strin...' is not assignable to parameter of type 'UnifiedTheme'.
|
src/themes/index.tsx#L144
Argument of type '{ palette: { navigation: { background: string; indicator: string; color: string; selectedColor: string; navItem: { hoverBackground: string; }; }; primary?: { main: string; } | { main: string; light: string; dark: string; contrastText: string; } | { ...; } | undefined; } | { ...; } | { ...; }; defaultPageTheme: strin...' is not assignable to parameter of type 'UnifiedTheme'.
|
|
This job failed
Loading