We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83c3779 commit 4fdd72fCopy full SHA for 4fdd72f
superset-frontend/src/components/ImportModal/index.tsx
@@ -29,7 +29,7 @@ import { ImportResourceName } from 'src/views/CRUD/types';
29
const HelperMessage = styled.div`
30
display: block;
31
color: ${({ theme }) => theme.colors.grayscale.base};
32
- font-size: ${({ theme }) => theme.typography.sizes.s - 1}px;
+ font-size: ${({ theme }) => theme.typography.sizes.s}px;
33
`;
34
35
const StyledInputContainer = styled.div`
0 commit comments