rusackas commented on code in PR #37625:
URL: https://github.com/apache/superset/pull/37625#discussion_r2770113524
##########
superset-frontend/src/dashboard/components/gridComponents/Column/Column.tsx:
##########
@@ -109,7 +115,7 @@ const ColumnStyles = styled.div`
`}
`;
-const emptyColumnContentStyles = theme => css`
+const emptyColumnContentStyles = (theme: import('@emotion/react').Theme) =>
css`
Review Comment:
> Maybe we should move that here from @emotion/react:
>
> import { SupersetTheme } from '@apache-superset/core/ui';
✅ **Addressed in commit a8777a9f0c** - Changed the inline
`import('@emotion/react').Theme` to use `SupersetTheme` from
`@apache-superset/core/ui` for consistency with the rest of the project.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]