Hello,
We just had a situation with our developers where their implementation of the a background blur was too strong.
We set the blur value in Figma effect to 4, bit in inspect the css value is blur(2px).
Consistently, the CSS values are 0,5 * the value of the blur value in “Design” in Figma.
Why is that? Shouldn’t it be correlated? So, input value in figma = blue(4px) in css?
Is it a bug, or is it a friday-mind-fart playing tricks on me?