fix: Standardize labels casing (#4388)

Standardize labels casing
This commit is contained in:
Dragoș Cojocaru 2024-03-11 18:15:22 +02:00 committed by GitHub
parent 5287b7c4ab
commit 4704ef829e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 0 additions and 5 deletions

View File

@ -42,7 +42,6 @@ const StyledInputsLabel = styled.span`
font-size: ${({ theme }) => theme.font.size.xs};
font-weight: ${({ theme }) => theme.font.weight.semiBold};
margin-bottom: ${({ theme }) => theme.spacing(1)};
text-transform: uppercase;
`;
const StyledInputsContainer = styled.div`

View File

@ -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)`

View File

@ -37,7 +37,6 @@ const StyledLabel = styled.span`
font-size: ${({ theme }) => theme.font.size.xs};
font-weight: ${({ theme }) => theme.font.weight.semiBold};
margin-bottom: ${({ theme }) => theme.spacing(1)};
text-transform: uppercase;
`;
const StyledInputContainer = styled.div`

View File

@ -59,7 +59,6 @@ const StyledLabel = styled.span`
font-size: ${({ theme }) => theme.font.size.xs};
font-weight: ${({ theme }) => theme.font.weight.semiBold};
margin-bottom: ${({ theme }) => theme.spacing(1)};
text-transform: uppercase;
`;
const StyledControlLabel = styled.div`

View File

@ -45,7 +45,6 @@ const StyledLabel = styled.span`
font-size: ${({ theme }) => theme.font.size.xs};
font-weight: ${({ theme }) => theme.font.weight.semiBold};
margin-bottom: ${({ theme }) => theme.spacing(1)};
text-transform: uppercase;
`;
const StyledInputContainer = styled.div`