Skip to content

Extend group style from sidebars to horizontal lines #605

@capt-obvious

Description

@capt-obvious

New developer here, I am able to style the left and right sidebars, how do you extend this to the middle of the calendar? Thanks

groupRenderer = ({group}) => {
  let bgColor = 'white'
  
  if (group.root == true) {
    bgColor = 'lightgray'
  }
  return (
    <div style={{backgroundColor:bgColor}}></div>
  )
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions