EnxDev commented on code in PR #33786:
URL: https://github.com/apache/superset/pull/33786#discussion_r2155197562
##########
superset-frontend/packages/superset-ui-chart-controls/src/components/ControlSubSectionHeader.tsx:
##########
@@ -20,7 +20,7 @@ import { styled, css } from '@superset-ui/core';
export const ControlSubSectionHeader = styled.div`
${({ theme }) => css`
- font-weight: ${theme.fontWeightStrong};
+ font-weight: ${theme.fontWeightMedium};
Review Comment:
Yes, I believe it would be better to remove the custom styles. In the
meantime, though, these fixes seem necessary in the short term. Could we plan
to remove the custom styles in a separate PR?
--
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]