@use '../../../common/scss/global.scss';

:host {
  display: table-row-group;
}

/* Conditional styles based on the striped property */
:host([striped]) ::slotted(kyn-tr:nth-child(even)) {
  background-color: var(--kd-color-background-accent-subtle);
}
