|
@@ -19,7 +19,7 @@ export const TableHeader: FC<tableHeaderProps> = ({
|
|
|
}) => {
|
|
}) => {
|
|
|
return (
|
|
return (
|
|
|
<thead>
|
|
<thead>
|
|
|
- <th className={classes.cell}>Temporada</th>
|
|
|
|
|
|
|
+ <th className={`${classes.cell} ${classes.dateCell}`}>Temporada</th>
|
|
|
<td style={{ padding: "0" }} className={classes.cell}>
|
|
<td style={{ padding: "0" }} className={classes.cell}>
|
|
|
<table style={{ width: "100%" }}>
|
|
<table style={{ width: "100%" }}>
|
|
|
<tr>
|
|
<tr>
|
|
@@ -30,7 +30,7 @@ export const TableHeader: FC<tableHeaderProps> = ({
|
|
|
<td style={{ backgroundColor: orangeScale([])(1).css() }}>
|
|
<td style={{ backgroundColor: orangeScale([])(1).css() }}>
|
|
|
>30%
|
|
>30%
|
|
|
</td>
|
|
</td>
|
|
|
- <td style={{ backgroundColor: redScale([])(1).css() }}>>33%</td>
|
|
|
|
|
|
|
+ <td style={{ backgroundColor: redScale([])(1).css(), color: "white" }}>>33%</td>
|
|
|
</tr>
|
|
</tr>
|
|
|
</table>
|
|
</table>
|
|
|
</td>
|
|
</td>
|