tangled
alpha
login
or
join now
quilling.dev
/
social-app
7
fork
atom
An ATproto social media client -- with an independent Appview.
7
fork
atom
overview
issues
pulls
pipelines
fix: missed alf reversion
serenity
5 months ago
120a124b
c0c7383a
+1
-1
1 changed file
expand all
collapse all
unified
split
src
components
Button.tsx
+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
734
-
baseStyles.push(a.text_xs, a.leading_snug, a.font_semi_bold)
734
734
+
baseStyles.push(a.text_xs, a.leading_snug, a.font_bold)
735
735
}
736
736
737
737
return StyleSheet.flatten(baseStyles)