Skip to content

Commit

Permalink
Remove hacky font-size SavedQueryPreviewModal
Browse files Browse the repository at this point in the history
  • Loading branch information
geido committed Apr 8, 2022
1 parent 5f89b94 commit 267aa70
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ import { useQueryPreviewState } from 'src/views/CRUD/data/hooks';

const QueryTitle = styled.div`
color: ${({ theme }) => theme.colors.secondary.light2};
font-size: ${({ theme }) => theme.typography.sizes.s - 1}px;
font-size: ${({ theme }) => theme.typography.sizes.s}px;
margin-bottom: 0;
text-transform: uppercase;
`;

const QueryLabel = styled.div`
color: ${({ theme }) => theme.colors.grayscale.dark2};
font-size: ${({ theme }) => theme.typography.sizes.m - 1}px;
font-size: ${({ theme }) => theme.typography.sizes.m}px;
padding: 4px 0 16px 0;
`;

Expand Down

0 comments on commit 267aa70

Please sign in to comment.