about summary refs log tree commit diff
path: root/src/view/com/post-thread/PostThreadItem.tsx
diff options
context:
space:
mode:
authorEric Bailey <git@esb.lol>2024-07-02 18:15:20 -0500
committerGitHub <noreply@github.com>2024-07-03 00:15:20 +0100
commit14c2d75d49c492e9625a6e7b139f2e8dbc66668f (patch)
tree154c60c485302f8dc66dbb2181d46067125f784e /src/view/com/post-thread/PostThreadItem.tsx
parentc13366176845d20775fd1d15d1a15bcfb160b39e (diff)
downloadvoidsky-14c2d75d49c492e9625a6e7b139f2e8dbc66668f.tar.zst
Unify label pills (#4676)
* New label pills

* Fix type errors, add default case

* Remove negative margin, only works in some places

* Fix alignment edge case

* Add a bit of padding

---------

Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
Diffstat (limited to 'src/view/com/post-thread/PostThreadItem.tsx')
-rw-r--r--src/view/com/post-thread/PostThreadItem.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/com/post-thread/PostThreadItem.tsx b/src/view/com/post-thread/PostThreadItem.tsx
index 46c6c958e..0f5350e79 100644
--- a/src/view/com/post-thread/PostThreadItem.tsx
+++ b/src/view/com/post-thread/PostThreadItem.tsx
@@ -313,7 +313,7 @@ let PostThreadItemLoaded = ({
               childContainerStyle={styles.contentHiderChild}>
               <PostAlerts
                 modui={moderation.ui('contentView')}
-                size="large"
+                size="lg"
                 includeMute
                 style={[a.pt_2xs, a.pb_sm]}
               />