mistercrunch commented on code in PR #33786:
URL: https://github.com/apache/superset/pull/33786#discussion_r2152824162
##########
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:
isn't `fontWeightMedium` the default? Can we simply remove the styling or
are we cascading a stronger font-weight?
Less styling is better!
--
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]