Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Commit

Permalink
feat(stats): trigger production mode (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdilouraoui authored Jun 8, 2021
1 parent 4b34d75 commit d4b2b99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/statistics/statistic-raw.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const useDataStyle = makeStyles(({ palette: { type } }) => ({
root: {
color: type === THEME_LIGHT ? "#000" : "#fff",
fontSize: "30px",
lineHeight: "20px",
lineHeight: "21px",
margin: "25px 0",
},
}));
Expand Down

0 comments on commit d4b2b99

Please sign in to comment.