How to use the ic-snacks.spacing.MARGIN_BOTTOM_SM function in ic-snacks

To help you get started, we’ve selected a few ic-snacks examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github instacart / Snacks / site / src / components / Typography / styles.js View on Github external
fontSize: 20,
  lineHeight: '34px',
}

export const bodyTitle2 = {
  ...spaced,
  fontSize: 16,
  fontWeight: 700,
  lineHeight: '20px',
  color: colors.GRAY_46,
  textTransform: 'uppercase',
}

export const body = {
  ...spaced,
  ...spacing.MARGIN_BOTTOM_SM,
  fontSize: 16,
  lineHeight: '20px',
}