Skip to content

Commit

Permalink
#172 - smaller cell volts values
Browse files Browse the repository at this point in the history
  • Loading branch information
bracyw committed Sep 15, 2024
1 parent b524790 commit 09b4924
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<typography
variant="info-value"
[content]="delta.toFixed(3) + 'V'"
additionalStyles="fontSize:40px"
additionalStyles="fontSize:30px"
*ngIf="isDesktop"
/>
<typography
Expand All @@ -25,7 +25,7 @@
<typography
variant="info-value"
[content]="lowCellVoltage.toFixed(3) + 'V'"
additionalStyles="fontSize:40px"
additionalStyles="fontSize:30px"
*ngIf="isDesktop"
/>
<typography
Expand All @@ -45,7 +45,7 @@
<typography
variant="info-value"
[content]="highCellVoltage.toFixed(3) + 'V'"
additionalStyles="fontSize:40px"
additionalStyles="fontSize:30px"
*ngIf="isDesktop"
/>
<typography
Expand Down

0 comments on commit 09b4924

Please sign in to comment.