From 734f92850230a2a2cbc1161823a63df2c31f4296 Mon Sep 17 00:00:00 2001 From: Aryan <123496430+Aryan12360@users.noreply.github.com> Date: Sun, 1 Oct 2023 13:27:53 +0100 Subject: [PATCH 1/2] Update styles.tsx --- src/articles/styles.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/articles/styles.tsx b/src/articles/styles.tsx index dc2cf54fa..abd7b54df 100644 --- a/src/articles/styles.tsx +++ b/src/articles/styles.tsx @@ -12,12 +12,12 @@ export default StyleSheet.create({ heading1: { fontSize: 20, lineHeight: 22, - fontWeight: "900", + fontWeight: "10", }, heading2: { fontSize: 18, lineHeight: 20, - fontWeight: "700", + fontWeight: "10", }, pargaraph: { marginTop: 0, From 574510ba78fddccccb590d88ad38275eedfbbacd Mon Sep 17 00:00:00 2001 From: Aryan <123496430+Aryan12360@users.noreply.github.com> Date: Sun, 1 Oct 2023 13:29:47 +0100 Subject: [PATCH 2/2] Update styles.tsx What I have done was I had changed the numbers for the fontweight weight for they were extremely large numbers --- src/articles/styles.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/articles/styles.tsx b/src/articles/styles.tsx index abd7b54df..b348f8fbd 100644 --- a/src/articles/styles.tsx +++ b/src/articles/styles.tsx @@ -12,7 +12,7 @@ export default StyleSheet.create({ heading1: { fontSize: 20, lineHeight: 22, - fontWeight: "10", + fontWeight: "10" }, heading2: { fontSize: 18,