fix message highlight color #30925
Annotations
7 errors and 1 warning
typecheck:
src/components/ThemeProvider.tsx#L22
Type '{ appBG: string; splashBG: string; highlightBG: string; border: string; borderLighter: string; borderFocus: string; icon: string; iconMenu: string; iconHovered: string; iconMenuHovered: string; ... 74 more ...; colorScheme: "dark"; } | { ...; }' is not assignable to type 'ThemeColors'.
|
typecheck:
src/styles/index.ts#L4727
Argument of type '{ appBG: string; splashBG: string; highlightBG: string; border: string; borderLighter: string; borderFocus: string; icon: string; iconMenu: string; iconHovered: string; iconMenuHovered: string; ... 74 more ...; colorScheme: "dark"; }' is not assignable to parameter of type 'ThemeColors'.
|
typecheck:
src/styles/theme/context/ThemeContext.ts#L5
Argument of type '{ appBG: string; splashBG: string; highlightBG: string; border: string; borderLighter: string; borderFocus: string; icon: string; iconMenu: string; iconHovered: string; iconMenuHovered: string; ... 74 more ...; colorScheme: "dark"; }' is not assignable to parameter of type 'ThemeColors'.
|
typecheck:
src/styles/theme/index.ts#L8
Type of computed property's value is '{ appBG: string; splashBG: string; highlightBG: string; border: string; borderLighter: string; borderFocus: string; icon: string; iconMenu: string; iconHovered: string; iconMenuHovered: string; ... 74 more ...; colorScheme: "dark"; }', which is not assignable to type 'ThemeColors'.
|
typecheck:
src/styles/theme/themes/dark.ts#L49
Object literal may only specify known properties, but 'messageHighlightBG' does not exist in type 'ThemeColors'. Did you mean to write 'messageHighlight'?
|
typecheck:
src/styles/utils/index.ts#L1571
Argument of type '{ appBG: string; splashBG: string; highlightBG: string; border: string; borderLighter: string; borderFocus: string; icon: string; iconMenu: string; iconHovered: string; iconMenuHovered: string; ... 74 more ...; colorScheme: "dark"; }' is not assignable to parameter of type 'ThemeColors'.
|
typecheck
Process completed with exit code 2.
|
typecheck
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|