background-color: ${(props) =>
    props.theme.type === 'light'
      ? lighten(0.5, props.theme.secondary)
      : darken(0.1, props.theme.secondary)};