Fix end of feed border color (#10393)

This commit is contained in:
Samuel Newman
2026-04-29 15:19:23 +01:00
committed by GitHub
parent b97cd413e3
commit 736c9625ed
+1 -2
View File
@@ -126,8 +126,7 @@ function ProfileEndOfFeed() {
const t = useTheme()
return (
<View
style={[a.w_full, a.py_5xl, a.border_t, t.atoms.border_contrast_medium]}>
<View style={[a.w_full, a.py_5xl, a.border_t, t.atoms.border_contrast_low]}>
<Text style={[t.atoms.text_contrast_medium, a.text_center]}>
<Trans>End of feed</Trans>
</Text>