EnxDev commented on code in PR #32112:
URL: https://github.com/apache/superset/pull/32112#discussion_r1971967168
##########
superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:
##########
@@ -110,6 +110,7 @@ const Styles = styled.div`
overflow: hidden;
}
.datasource-svg {
+ color: ${({ theme }) => theme.colors.grayscale.base};
Review Comment:
I think we can use the default color inside the Icon component if we're
referring to the icon.
--
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]