Change background color of table component in table.css

Look in the common/table.css file in your theme directory and change this one

.ia_table__body {
    background-color: red; /*var(--container);*/
    font-size: 0.875rem;
}

3 Likes