kgabryje commented on code in PR #21186:
URL: https://github.com/apache/superset/pull/21186#discussion_r955025110
##########
superset-frontend/src/SqlLab/components/ResultSet/index.tsx:
##########
@@ -100,8 +99,8 @@ const MonospaceDiv = styled.div`
`;
const ReturnedRows = styled.div`
- font-size: 13px;
- line-height: 24px;
+ font-size: ${({ theme }) => theme.gridUnit * 3.25}px;
Review Comment:
Please use `theme.typography.sizes`. I know that we don't have font size 13,
but you can pick size `s` (12)
--
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]