thomas-lowry / figma-plugin-ds

A small lightweight design system for use in Figma Plugins
MIT License
693 stars 71 forks source link

Fix type sizes in description #28

Closed nil closed 4 years ago

nil commented 4 years ago

Documentation for type modifiers doesn't show the correct sizes. This PR fixes this.

type--small is 12px, not 11px type--large is 13px, not 12px

thomas-lowry commented 4 years ago

Thank you for fixing @nil