You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#150c236c159 Thanks @didoo! - removed “box-sizing“ declarations from the components (we assume the consumers codebase already have set it to “border-box“ by default (🚨 Breaking)
#136bce712a7 Thanks @didoo! - updated font-stack definitions in design tokens, will impact the visual aspect of all the components for certains combinations of OS/browser
#127fa13190f Thanks @didoo! - removed the “isDisabled“ prop from the “Button” component; added instructions for developers to manually add it themselves if needed. (🚨 Breaking)
Patch Changes
#125b0ff180c Thanks @didoo! - updated border radius of “Badge” from 4px to 5px
#1267b639915 Thanks @didoo! - updated the internal padding of the “Button” component to match design specifications