From aa7c233177ab007ea0dfa9ef4770807d68232041 Mon Sep 17 00:00:00 2001 From: keyan Date: Fri, 1 Mar 2024 18:32:40 -0600 Subject: [PATCH] fix bolt color hover on mobile --- components/upvote.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/upvote.js b/components/upvote.js index 85ac41a1..921a641b 100644 --- a/components/upvote.js +++ b/components/upvote.js @@ -185,8 +185,9 @@ export default function UpVote ({ item, className }) { className={`${disabled ? styles.noSelfTips : ''} ${styles.upvoteWrapper}`} > setHover(true)} + onPointerEnter={() => setHover(true)} onMouseLeave={() => setHover(false)} + onTouchEnd={() => setHover(false)} width={26} height={26} className={