Skip to content

Commit 38dd756

Browse files
committed
fix: font weight token
1 parent 46c5edc commit 38dd756

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Nav/Mobile/LvlAccordion.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)