From b68d6ca6bb0d0d81227523e66190c121c6b04a52 Mon Sep 17 00:00:00 2001 From: victorAnumudu Date: Fri, 16 Aug 2024 06:39:38 +0100 Subject: [PATCH] font fixed --- app/assets/css/main.css | 2 +- app/components/SelectFeatutes.js | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/assets/css/main.css b/app/assets/css/main.css index c2efce6..fa119ad 100644 --- a/app/assets/css/main.css +++ b/app/assets/css/main.css @@ -62,7 +62,7 @@ h4, h5, h6 { font-family: "Roboto", sans-serif; - font-weight: 900; + font-weight: 900 !important; color: #0e1133; margin: 0px; } diff --git a/app/components/SelectFeatutes.js b/app/components/SelectFeatutes.js index 5d04632..6fc2748 100644 --- a/app/components/SelectFeatutes.js +++ b/app/components/SelectFeatutes.js @@ -41,7 +41,7 @@ function SelectFeatures({ className }) { aria-controls="v-pills-home" aria-selected="true" > - Reward achievement + Reward achievement handleClick(e, 'report')} @@ -53,7 +53,7 @@ function SelectFeatures({ className }) { aria-controls="v-pills-profile" aria-selected="false" > - Assign tasks or chores + Assign tasks or chores handleClick(e, 'notice')} @@ -65,7 +65,7 @@ function SelectFeatures({ className }) { aria-controls="v-pills-messages" aria-selected="false" > - Family engagement + Family engagement handleClick(e, 'app')} @@ -77,7 +77,7 @@ function SelectFeatures({ className }) { aria-controls="v-pills-settings" aria-selected="false" > - Fund wallets + Fund wallets -- 2.34.1