.base-table {
  &.theme-white {

    thead {
      tr {
        background-color: color(_others, 'light');
      }
    }
  }
}

