diff --git a/package-lock.json b/package-lock.json index ef983a9a..189c0388 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@zerogachis/smartway-react-native-ui", - "version": "0.5.6", + "version": "0.6.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@zerogachis/smartway-react-native-ui", - "version": "0.5.6", + "version": "0.6.1", "devDependencies": { "@testing-library/jest-native": "^4.0.5", "@testing-library/react-native": "^10.1.1", diff --git a/src/components/quantityField/QuantityField.tsx b/src/components/quantityField/QuantityField.tsx index f4748ce9..c2500419 100644 --- a/src/components/quantityField/QuantityField.tsx +++ b/src/components/quantityField/QuantityField.tsx @@ -50,7 +50,6 @@ export const QuantityField = (props: QuantityFieldProps) => { color: textColor, fontStyle: 'normal', fontFamily: 'PublicSans-Regular', - fontWeight: '700', fontSize: props?.size === 's' ? 18 : 32, lineHeight: props?.size === 's' ? 38 : 48, backgroundColor: backgroundColor,