fix bolt color hover on mobile
This commit is contained in:
parent
71619dfa2c
commit
aa7c233177
@ -185,8 +185,9 @@ export default function UpVote ({ item, className }) {
|
||||
className={`${disabled ? styles.noSelfTips : ''} ${styles.upvoteWrapper}`}
|
||||
>
|
||||
<UpBolt
|
||||
onMouseEnter={() => setHover(true)}
|
||||
onPointerEnter={() => setHover(true)}
|
||||
onMouseLeave={() => setHover(false)}
|
||||
onTouchEnd={() => setHover(false)}
|
||||
width={26}
|
||||
height={26}
|
||||
className={
|
||||
|
Loading…
x
Reference in New Issue
Block a user