tangled mirror of catsky-🐱 Soothing soft social-app fork with all the niche toggles! (Unofficial); for issues and PRs please put them on github:NekoDrone/catsky-social
15
fork

Configure Feed

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

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)