fix: Standardize labels casing (#4388)

Standardize labels casing
This commit is contained in:
Dragoș Cojocaru
2024-03-11 17:15:22 +01:00
committed by GitHub
parent 5287b7c4ab
commit 4704ef829e
5 changed files with 0 additions and 5 deletions
@@ -37,7 +37,6 @@ const StyledLabel = styled.span`
font-weight: ${({ theme }) => theme.font.weight.semiBold};
margin-bottom: 6px;
margin-top: ${({ theme }) => theme.spacing(1)};
text-transform: uppercase;
`;
const StyledFooter = styled(CardFooter)`