rusackas commented on code in PR #30886:
URL: https://github.com/apache/superset/pull/30886#discussion_r1838667139


##########
superset-frontend/src/dashboard/components/gridComponents/ChartHolder.tsx:
##########
@@ -69,13 +70,14 @@ interface ChartHolderProps {
   setFullSizeChartId: (chartId: number | null) => void;
   isInView: boolean;
 }
-
+const theme=useTheme()

Review Comment:
   Looks like this (and the  style const below it) might need to go within the 
function component... or there are other workarounds for that. Holler if you 
want any help here, I _might_ be able to push commits to your fork/branch



-- 
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]

Reply via email to