pkdotson commented on a change in pull request #15560:
URL: https://github.com/apache/superset/pull/15560#discussion_r665566582
##########
File path:
superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx
##########
@@ -88,6 +88,9 @@ const MENU_KEYS = {
const DropdownButton = styled.div`
margin-left: ${({ theme }) => theme.gridUnit * 2.5}px;
+ span {
+ color: ${({ theme }) => theme.colors.grayscale.base};
Review comment:
We pretty much decided to let it inherit the color from the parent since
most case present that way.
--
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]