Fix end of feed border color (#10393)
This commit is contained in:
@@ -126,8 +126,7 @@ function ProfileEndOfFeed() {
|
|||||||
const t = useTheme()
|
const t = useTheme()
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<View
|
<View style={[a.w_full, a.py_5xl, a.border_t, t.atoms.border_contrast_low]}>
|
||||||
style={[a.w_full, a.py_5xl, a.border_t, t.atoms.border_contrast_medium]}>
|
|
||||||
<Text style={[t.atoms.text_contrast_medium, a.text_center]}>
|
<Text style={[t.atoms.text_contrast_medium, a.text_center]}>
|
||||||
<Trans>End of feed</Trans>
|
<Trans>End of feed</Trans>
|
||||||
</Text>
|
</Text>
|
||||||
|
|||||||
Reference in New Issue
Block a user