More box shadow on svg filter

Hi,

I have the following code that adds some drop shadow to an SVG, but I can’t seem to get the white to be more stronger/brighter. I would like it to be centered on the image, so I have used 0px; 0px;

image

Is there a way to make it brighter/bigger?

This is the code I’m using:
filter: drop-shadow(0px 0px 12px $white);

Thanks!

I think we’d need to see the image and implementation but filters are not as bright as the box-shadow equivalents.

Here’s an example with a white shadow using much the same code as yours.

It came from this article.