diff options
author | Samuel Newman <mozzius@protonmail.com> | 2025-08-12 02:01:32 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-11 18:01:32 -0500 |
commit | 17c5cec3566c591dd3aa1a939d449d8206f91c28 (patch) | |
tree | e4579083c1eae8599c76641b020d5852f3fbf03d | |
parent | f873f3b301e7a8033d6f2d61927c4eaab43cac69 (diff) | |
download | voidsky-17c5cec3566c591dd3aa1a939d449d8206f91c28.tar.zst |
make sure admonition text doesn't touch button (#8816)
-rw-r--r-- | src/components/ageAssurance/AgeAssuranceAdmonition.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/ageAssurance/AgeAssuranceAdmonition.tsx b/src/components/ageAssurance/AgeAssuranceAdmonition.tsx index 1c77adbbb..e53c37b34 100644 --- a/src/components/ageAssurance/AgeAssuranceAdmonition.tsx +++ b/src/components/ageAssurance/AgeAssuranceAdmonition.tsx @@ -80,7 +80,7 @@ function Inner({ ]}> <Shield size="md" /> </View> - <View style={[a.flex_1, a.gap_xs, a.pr_2xl]}> + <View style={[a.flex_1, a.gap_xs, a.pr_4xl]}> <Text style={[a.text_sm, a.leading_snug]}>{children}</Text> <Text style={[a.text_sm, a.leading_snug, a.font_bold]}> <Trans> |