Cleanup
This commit is contained in:
@@ -190,7 +190,6 @@ export function ProfileSubpageHeader({info}: {info: FeedSourceFeedInfo}) {
|
|||||||
)}
|
)}
|
||||||
|
|
||||||
<View style={[a.flex_1]}>
|
<View style={[a.flex_1]}>
|
||||||
{/* Should roughly match Layout.Header.TitleText */}
|
|
||||||
<Text
|
<Text
|
||||||
style={[
|
style={[
|
||||||
a.text_md,
|
a.text_md,
|
||||||
@@ -201,8 +200,7 @@ export function ProfileSubpageHeader({info}: {info: FeedSourceFeedInfo}) {
|
|||||||
numberOfLines={2}>
|
numberOfLines={2}>
|
||||||
{info.displayName}
|
{info.displayName}
|
||||||
</Text>
|
</Text>
|
||||||
{/* Should roughly match Layout.Header.SubtitleText */}
|
<View style={[a.flex_row, {gap: 6}]}>
|
||||||
<View style={[a.flex_row, a.gap_xs]}>
|
|
||||||
<Text
|
<Text
|
||||||
style={[
|
style={[
|
||||||
a.flex_shrink,
|
a.flex_shrink,
|
||||||
@@ -479,7 +477,7 @@ function DialogInner({
|
|||||||
onPress={onToggleLiked}
|
onPress={onToggleLiked}
|
||||||
style={[a.flex_1]}>
|
style={[a.flex_1]}>
|
||||||
{isLiked ? (
|
{isLiked ? (
|
||||||
<HeartFilled size="sm" fill={t.palette.negative_500} />
|
<HeartFilled size="sm" fill={t.palette.like} />
|
||||||
) : (
|
) : (
|
||||||
<ButtonIcon icon={Heart} position="left" />
|
<ButtonIcon icon={Heart} position="left" />
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user