Skip to content

Commit

Permalink
Remove font-size hacky usage (#19611)
Browse files Browse the repository at this point in the history
  • Loading branch information
geido committed Apr 11, 2022
1 parent d1e1764 commit 5d418b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset-frontend/src/components/ImportModal/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import { ImportResourceName } from 'src/views/CRUD/types';
const HelperMessage = styled.div`
display: block;
color: ${({ theme }) => theme.colors.grayscale.base};
font-size: ${({ theme }) => theme.typography.sizes.s - 1}px;
font-size: ${({ theme }) => theme.typography.sizes.s}px;
`;

const StyledInputContainer = styled.div`
Expand Down

0 comments on commit 5d418b2

Please sign in to comment.