about summary refs log tree commit diff
diff options
context:
space:
mode:
-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 a95d91795..4e14a84b7 100644
--- a/src/view/com/post-thread/PostThreadItem.tsx
+++ b/src/view/com/post-thread/PostThreadItem.tsx
@@ -171,7 +171,7 @@ export const PostThreadItem = observer(function PostThreadItem({
                   <FontAwesomeIcon
                     icon="ellipsis-h"
                     size={14}
-                    style={[s.mt2, s.mr5]}
+                    style={[s.mt2, s.mr5, pal.textLight]}
                   />
                 </PostDropdownBtn>
               </View>