Add a little visual alignment hack

This commit is contained in:
Eric Bailey
2025-02-18 09:37:56 -06:00
parent 14fe84123f
commit 4fc188799b
2 changed files with 14 additions and 2 deletions
@@ -165,7 +165,13 @@ function Label({
<Trans>This label was applied by you.</Trans>
</Text>
) : (
<View style={[a.flex_row, a.justify_between, a.gap_xl]}>
<View
style={[
a.flex_row,
a.justify_between,
a.gap_xl,
{paddingBottom: 1},
]}>
<Text
style={[a.flex_1, a.leading_snug, t.atoms.text_contrast_medium]}
numberOfLines={1}>
@@ -169,7 +169,13 @@ function ModerationDetailsDialogInner({
</Text>
) : (
<>
<View style={[a.flex_row, a.justify_between, a.gap_xl]}>
<View
style={[
a.flex_row,
a.justify_between,
a.gap_xl,
{paddingBottom: 1},
]}>
<Text
style={[
a.flex_1,