An ATproto social media client -- with an independent Appview.

fix: missed alf reversion

serenity 120a124b c0c7383a

+1 -1
+1 -1
src/components/Button.tsx
··· 731 731 } else if (size === 'small') { 732 732 baseStyles.push(a.text_sm, a.leading_snug, a.font_medium) 733 733 } else if (size === 'tiny') { 734 - baseStyles.push(a.text_xs, a.leading_snug, a.font_semi_bold) 734 + baseStyles.push(a.text_xs, a.leading_snug, a.font_bold) 735 735 } 736 736 737 737 return StyleSheet.flatten(baseStyles)