cockroachdb / ui

Published assets for Cockroach Labs user interfaces

Home Page:https://core-components.crdb.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Design Review: Update badge component font

Annebirzin opened this issue · comments

Update badge component font to match Figma design system.

  • Current implementation in story book uses a lighter font-weight and letter spacing:

Screen Shot 2020-08-23 at 1 16 14 PM

  • Update to font-weight: 600, letter-spacing: 1.5px (just the badge component not all storybook fonts)

Screen Shot 2020-08-23 at 1 17 23 PM

  • This aligns with the H6 font in the Figma design system:

Screen Shot 2020-08-23 at 1 23 44 PM

Screen Shot 2020-08-23 at 1 18 28 PM

So you just want to add these new style properties to the badge component, that's all right? change nothing else? I can do that