#Select

2 messages · Page 1 of 1 (latest)

noble pawn
#

how can i change the color of

   <th
          mat-header-cell
          *matHeaderCellDef
          mat-sort-header
          sortActionDescription="bankTransfer"
        >
          Bank Transfer
        </th>
kindred shuttle
#
th.mat-header-cell {
  text-align: left;
  background: beige;
}```