ExtensionEngine / tailor

Content authoring platform
MIT License
31 stars 10 forks source link

Fix icon code & Bump the version of @tailor-cms/core-components #990

Closed marjev closed 2 years ago

marjev commented 2 years ago

This PR is twofold:

  1. Icon is fixed to match the code provided by the Material Design documentation.
  2. Since this code lies in the core-components section, I've bumped the version of the @tailor-cms/core-components package and the main dependency.

@underscope please take a look to verify that you are able to reproduce the issue and that my fix will be correctly propagated through the npm install. Thanks! cc @mskorsur

Current state of things: Screenshot 2022-07-13 at 13 20 49

Once the fix lands, it should look like this: Screenshot 2022-07-13 at 13 07 08

Also fixes the missing icon here: Screenshot 2022-07-13 at 14 17 14

Overall: Screenshot 2022-07-13 at 14 18 20

underscope commented 2 years ago

Thanks!