michael-s-molina commented on a change in pull request #12738:
URL: https://github.com/apache/superset/pull/12738#discussion_r566751964
##########
File path: superset-frontend/src/common/components/Radio/index.tsx
##########
@@ -21,20 +21,26 @@ import { Radio as BaseRadio } from 'src/common/components';
const StyledRadio = styled(BaseRadio)`
.ant-radio-inner {
- width: 18px;
- height: 18px;
+ top: -2px;
+ left: 2px;
+ width: 15px;
Review comment:
@evans I was checking the new design specification and actually the
correct value is 16px! So now it's using gridUnit. I also changed the inner
width and border to variate according to gridUnit because they should. Thanks
for this review!
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]