Fix zap shadow on hover (#906)
This commit is contained in:
parent
25cc986ba7
commit
f94de0f3ac
@ -199,7 +199,7 @@ export default function UpVote ({ item, className }) {
|
|||||||
style={meSats || hover
|
style={meSats || hover
|
||||||
? {
|
? {
|
||||||
fill: hover ? nextColor : color,
|
fill: hover ? nextColor : color,
|
||||||
filter: `drop-shadow(0 0 6px ${color}90)`
|
filter: `drop-shadow(0 0 6px ${hover ? nextColor : color}90)`
|
||||||
}
|
}
|
||||||
: undefined}
|
: undefined}
|
||||||
/>
|
/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user