const Chip = styled(MuiChip)`
  ${props =>
    (props.kind === "FIXME"
      ? css`
          background-color: #e0ffff !important;