diff --git a/components/chip/src/chip.js b/components/chip/src/chip.js index cf4249e585..221bf677cd 100644 --- a/components/chip/src/chip.js +++ b/components/chip/src/chip.js @@ -6,6 +6,8 @@ import { Content } from './content.js' import { Icon } from './icon.js' import { Remove } from './remove.js' +const DEFAULT_INLINE_MARGIN = '4' + const Chip = ({ selected, dense, @@ -100,10 +102,12 @@ const Chip = ({ @@ -113,8 +117,6 @@ const Chip = ({ Chip.defaultProps = { dataTest: 'dhis2-uicore-chip', marginBottom: 4, - marginInlineStart: 4, - marginInlineEnd: 4, marginTop: 4, }