Skip to content

Commit 8710c5d

Browse files
authored
Merge pull request #13575 from sanjanaynvsdl/Text-unbold
Text unbold
2 parents ede3e40 + 38dd756 commit 8710c5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Nav/Mobile/LvlAccordion.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ const LvlAccordion = ({
8282
{label}
8383
</Text>
8484
<Text
85-
fontWeight="regular"
85+
fontWeight="normal"
8686
fontSize="sm"
8787
color={
8888
isActivePage
@@ -137,7 +137,7 @@ const LvlAccordion = ({
137137
{label}
138138
</Text>
139139
<Text
140-
fontWeight="regular"
140+
fontWeight="normal"
141141
fontSize="sm"
142142
color={menuColors.lvl[lvl].subtext}
143143
>

0 commit comments

Comments
 (0)