Skip to content

Commit 4fdd72f

Browse files
committed
Remove font-size hacky usage
1 parent 83c3779 commit 4fdd72f

File tree

1 file changed

+1
-1
lines changed
  • superset-frontend/src/components/ImportModal

1 file changed

+1
-1
lines changed

superset-frontend/src/components/ImportModal/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import { ImportResourceName } from 'src/views/CRUD/types';
2929
const HelperMessage = styled.div`
3030
display: block;
3131
color: ${({ theme }) => theme.colors.grayscale.base};
32-
font-size: ${({ theme }) => theme.typography.sizes.s - 1}px;
32+
font-size: ${({ theme }) => theme.typography.sizes.s}px;
3333
`;
3434

3535
const StyledInputContainer = styled.div`

0 commit comments

Comments
 (0)