mirror of
https://github.com/strapi/strapi.git
synced 2025-12-29 16:16:20 +00:00
Use fontsizes from ds
This commit is contained in:
parent
d1902bd5be
commit
dcb6860126
@ -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]};
|
||||
}
|
||||
`;
|
||||
|
||||
|
||||
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user