Few tweaks before merge

This commit is contained in:
Kurt Hutten
2021-01-24 13:12:08 +11:00
parent 02032c2804
commit a21cc0a75f
3 changed files with 15 additions and 2 deletions

View File

@@ -121,7 +121,9 @@ const EmojiReaction = ({
</button>
))}
</div>
<button onClick={onShowPartReactions}>View Reactions</button>
<button className="text-gray-700" onClick={onShowPartReactions}>
View Reactions
</button>
</div>
</Popover>
</>