Use fontsizes from ds

This commit is contained in:
Mark Kaylor 2022-10-17 17:22:59 +02:00
parent d1902bd5be
commit dcb6860126
2 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ const SelectWrapper = styled(Box)`
font-weight: ${({ theme }) => theme.fontWeights.semiBold};
span {
font-size: ${({ theme }) => theme.spaces[3]};
font-size: ${({ theme }) => theme.fontSizes[1]};
}
`;

View File

@ -1032,7 +1032,7 @@ exports[`Marketplace page renders and matches the plugin tab snapshot 1`] = `
}
.c38 span {
font-size: 12px;
font-size: 0.75rem;
}
.c54 {
@ -3075,7 +3075,7 @@ exports[`Marketplace page renders and matches the provider tab snapshot 1`] = `
}
.c38 span {
font-size: 12px;
font-size: 0.75rem;
}
.c54 {