Blur for text in figma is not working properly.
right: in figma, left: in chrome(web)
The reason is that the method of applying blur to text is different from other methods.
In general, you need to do something other than css filter
, backdrop-filter
, or blur()
.
example