Skip to content

Commit

Permalink
fix(human-app/frontend): fix text color on chip
Browse files Browse the repository at this point in the history
  • Loading branch information
KacperKoza343 committed Oct 23, 2024
1 parent b77976c commit c2f361a
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,9 @@ const getColumnsDefinition = (
borderRadius: '16px',
}}
>
<Typography variant="chip">{status}</Typography>
<Typography color={lightModeColorPalette.white} variant="chip">
{status}
</Typography>
</Box>
);
},
Expand Down

0 comments on commit c2f361a

Please sign in to comment.