Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Commit

Permalink
Update titles (minor)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge Cuadra committed Sep 3, 2018
1 parent d2c1d44 commit 6df625f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/calculator/Calculator.js
Original file line number Diff line number Diff line change
Expand Up @@ -207,21 +207,22 @@ class Calculator extends React.Component {
save
</Button>
</footer>

<Typography use="headline5" tag="div" className="mx-4 mt-4">
Preview Macros
</Typography>

<Grid>
<GridCell span="6">
<Typography use="overline" tag="div">
Rest
Rest Day
</Typography>
<ListDivider />
<Preview {...computeMacros(values)} />
</GridCell>
<GridCell span="6">
<Typography use="overline" tag="div">
Workout
Workout Day
</Typography>
<ListDivider />
<Preview {...computeMacros(values, true)} />
Expand Down

0 comments on commit 6df625f

Please sign in to comment.