Fix end of feed border color (#10393)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user