fix(theming): Some visual issues (#34676)

This commit is contained in:
Rafael Benitez
2025-08-18 13:15:17 -04:00
committed by GitHub
parent 1127ab6c07
commit b89e0d74be
4 changed files with 44 additions and 15 deletions

View File

@@ -41,6 +41,9 @@ const CheckBoxControlWrapper = styled.div`
span:has(label) {
padding-right: ${theme.sizeUnit * 2}px;
}
.ant-checkbox-wrapper {
font-size: ${theme.fontSizeSM}px;
}
`}
`;