chore: Improves the native filters UI/UX - iteration 5 (#14882)

This commit is contained in:
Michael S. Molina
2021-05-28 04:29:16 -03:00
committed by GitHub
parent fce8ac27f0
commit 8519a09086
6 changed files with 444 additions and 379 deletions

View File

@@ -35,7 +35,7 @@ const StyledItem = styled(Form.Item)`
&::after {
display: inline-block;
color: ${theme.colors.error.base};
font-size: ${theme.typography.sizes.m}px;
font-size: ${theme.typography.sizes.s}px;
content: '*';
}
}