SPACEBROWSER_INTERFACE/interface_072825/master_styles/COMPONENT SCSS BASE FILES/_table.scss

17 lines
231 B
SCSS

.ant-table-wrapper {
.ant-table {
.ant-typography {
font-weight: $semi-bold;
}
&-thead {
tr {
th {
background-color: $white;
font-weight: normal;
}
}
}
}
}