17 lines
231 B
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;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|