gabotorresruiz commented on code in PR #34273: URL: https://github.com/apache/superset/pull/34273#discussion_r2228817036
########## superset-frontend/src/theme/tests/ThemeController.test.ts: ########## @@ -53,7 +61,7 @@ const DEFAULT_THEME = { colorSuccess: '#3c7c1b', colorWarning: '#dc9811', }, -}; +} as AnyThemeConfig; Review Comment: It makes sense, my bad ########## superset-frontend/src/theme/tests/ThemeController.test.ts: ########## @@ -65,8 +73,8 @@ const DARK_THEME = { colorSuccess: '#3c7c1b', colorWarning: '#dc9811', }, - algorithm: ThemeMode.DARK, -}; + algorithm: ThemeAlgorithm.DARK, +} as AnyThemeConfig; Review Comment: Yep, it makes sense, my bad -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org