Blur for text in figma is not working properly. _right: in figma, left: in chrome(web)_ <img width="640" alt="figma-blur-diff" src="https://user-images.githubusercontent.com/40289200/135790887-78aef34e-f0d6-41eb-9ac3-a188a3dc0a83.png"> 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](https://code.grida.co//to-code?framework=vanilla&design=https://www.figma.com/file/iypAHagtcSp3Osfo2a7EDz/engine?node-id=3032%3A3585)