fix: Name on team table

This commit is contained in:
Caio Cabral
2025-01-15 19:19:18 -05:00
parent 8404cee349
commit ec94458de4
@@ -43,7 +43,7 @@ const TeamPanel = () => {
render: (row) => {
return (
<Stack>
<Typography color={theme.palette.text.secondary}>
<Typography color={theme.palette.primary.contrastTextSecondary}>
{row.firstName + " " + row.lastName}
</Typography>
<Typography>