diff --git a/package.json b/package.json index 4fb0101..0a73267 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@giveth/ui-design-system", - "version": "1.11.27", + "version": "1.11.30", "files": [ "/lib" ], diff --git a/src/components/typography/ButtonText.tsx b/src/components/typography/ButtonText.tsx index 2a1c64f..9be2cdf 100644 --- a/src/components/typography/ButtonText.tsx +++ b/src/components/typography/ButtonText.tsx @@ -5,11 +5,9 @@ export interface IButtonTextProps { } export const ButtonText = styled.span` - font-family: - Red Hat Text, - sans-serif; + font-family: Red Hat Text, sans-serif; font-style: normal; - text-transform: uppercase; + text-transform: capitalize; font-weight: 700; color: ${props => (props.color ? props.color : 'inherit')}; ${props => {