diff options
Diffstat (limited to 'src/components/ProgressGuide/List.tsx')
-rw-r--r-- | src/components/ProgressGuide/List.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/ProgressGuide/List.tsx b/src/components/ProgressGuide/List.tsx index f68445d2b..d0fd55d9c 100644 --- a/src/components/ProgressGuide/List.tsx +++ b/src/components/ProgressGuide/List.tsx @@ -26,7 +26,7 @@ export function ProgressGuideList({style}: {style?: StyleProp<ViewStyle>}) { <Text style={[ t.atoms.text_contrast_medium, - a.font_semibold, + a.font_bold, a.text_sm, {textTransform: 'uppercase'}, ]}> |