Skip to content

Commit

Permalink
color fix
Browse files Browse the repository at this point in the history
  • Loading branch information
elenavolpato committed Jul 31, 2023
2 parents 10cb39a + 7248717 commit fcd39d3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/routes/FoodPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,11 @@ export default function FoodPage() {
/>
</ImgBox>
<Stack px={2}>
<Typography
<Typography
color={ seasonStatus === "FoodPage_inSeasonText" ? "primary.main" : "secondary.main"}>
{t(seasonStatus)}
</Typography>
<Typography
variant="h4"
mt="auto"
sx={{ fontWeight: 700 }}
Expand Down

0 comments on commit fcd39d3

Please sign in to comment.