Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

use tabular numbers in CharProgress (#5631)

authored by

surfdude29 and committed by
GitHub
ff70b8ff f050c51f

+7 -1
+7 -1
src/view/com/composer/char-progress/CharProgress.tsx
··· 30 30 return ( 31 31 <View 32 32 style={[a.flex_row, a.align_center, a.justify_between, a.gap_sm, style]}> 33 - <Text style={[{color: textColor}, a.flex_grow, a.text_right, textStyle]}> 33 + <Text 34 + style={[ 35 + {color: textColor, fontVariant: ['tabular-nums']}, 36 + a.flex_grow, 37 + a.text_right, 38 + textStyle, 39 + ]}> 34 40 {maxLength - count} 35 41 </Text> 36 42 {count > maxLength ? (