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