Closed raquelarrojo closed 1 year ago
Checklist (Check off all the items before submitting)
/lib
/website
Description Several fixes in chip specs:
containerPaddingLeft
containerPaddingRight
contentPaddingLeft
contentPaddingRight
16px
8px
contentPaddingTop
contentPaddingBottom
labelMarginLeft
labelMarginRight
iconSpacing
Closes #1709
Checklist (Check off all the items before submitting)
/lib
directory./website
as needed.Description Several fixes in chip specs:
containerPaddingLeft
andcontainerPaddingRight
renamed ascontentPaddingLeft
andcontentPaddingRight
.16px
(instead of8px
) as they are in UI kit and in implementation.contentPaddingTop
andcontentPaddingBottom
tokens.labelMarginLeft
andlabelMarginRight
removed since they do not exist.iconSpacing
token added.8px
in padding instead of16px
.Closes #1709