Skip to content

Commit

Permalink
removing font-transform
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Jul 20, 2023
1 parent f8e53d4 commit e03c810
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,5 @@ export const ControlSubSectionHeader = styled.div`
font-weight: ${({ theme }) => theme.typography.weights.bold};
font-size: ${({ theme }) => theme.typography.sizes.s};
margin-bottom: ${({ theme }) => theme.gridUnit}px;
font-transform: none;
`;
export default ControlSubSectionHeader;

0 comments on commit e03c810

Please sign in to comment.