diff --git a/components/upvote.js b/components/upvote.js index 106b9f46..77b9fb5c 100644 --- a/components/upvote.js +++ b/components/upvote.js @@ -179,6 +179,9 @@ export default function UpVote ({ item, className }) { showModal(onClose => , { onClose: handleModalClosed }) } } + + const fillColor = hover ? nextColor : color + return (