Fix dark mode ellipsis on posts
This commit is contained in:
parent
fd9d6327b4
commit
b1fa1b633f
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue