global:
  scope: component
  type: color
  category: background-color
  cssProperties:
  - 'background*'
  - 'border*'
  - box-shadow
imports:
- "../../../../design-tokens/aliases/color-palettes.yml"
props:
  BADGE_COLOR_BACKGROUND_LIGHTEST:
    value: '{!PALETTE_NEUTRAL_100}'
    comment: White badge background color.
  BADGE_COLOR_BACKGROUND_INVERSE:
    value: '{!PALETTE_NEUTRAL_50}'
    comment: Dark gray badge background color.
