about summary refs log tree commit diff
path: root/src/screens/PostThread/components
diff options
context:
space:
mode:
authorSamuel Newman <mozzius@protonmail.com>2025-09-09 20:27:16 +0300
committerGitHub <noreply@github.com>2025-09-09 10:27:16 -0700
commit9e8bceec60f065bd52ea2e6c24b22ab42553d04d (patch)
treee02d8cfffd170e4425d423004e58e22d0c761f1f /src/screens/PostThread/components
parent6432667f608fae447b59e41b9f8bb64b564205a1 (diff)
downloadvoidsky-9e8bceec60f065bd52ea2e6c24b22ab42553d04d.tar.zst
reduce checkmark size in thread anchor (#8942)
Diffstat (limited to 'src/screens/PostThread/components')
-rw-r--r--src/screens/PostThread/components/ThreadItemAnchor.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screens/PostThread/components/ThreadItemAnchor.tsx b/src/screens/PostThread/components/ThreadItemAnchor.tsx
index 0eb7c2e25..51bf41a76 100644
--- a/src/screens/PostThread/components/ThreadItemAnchor.tsx
+++ b/src/screens/PostThread/components/ThreadItemAnchor.tsx
@@ -354,7 +354,7 @@ const ThreadItemAnchorInner = memo(function ThreadItemAnchorInner({
                     )}
                   </Text>
 
-                  <View style={[{paddingLeft: 3, top: -1}]}>
+                  <View style={[a.pl_xs]}>
                     <VerificationCheckButton profile={authorShadow} size="md" />
                   </View>
                 </View>