Fix dark mode ellipsis on posts

zio/stable
Paul Frazee 2023-03-03 12:05:38 -08:00
parent fd9d6327b4
commit b1fa1b633f
1 changed files with 1 additions and 1 deletions

View File

@ -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>