Commit 8e23ce46db4605552c0e3b8be28c5811988f23bd
1 parent
eac394b2dc
Exists in
master
and in
1 other branch
Numero mas grande.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/app/components/sidebar/sidebar.component.html
... | ... | @@ -84,7 +84,7 @@ |
84 | 84 | ({{getCantidadProductos()}}) artículos |
85 | 85 | </p> |
86 | 86 | <p class="h4 text-secondary">Total</p> |
87 | - <p class="h4 font-weight-bold">{{getTotal() | currency}}</p> | |
87 | + <p class="h2 font-weight-bold">{{getTotal() | currency}}</p> | |
88 | 88 | </div> |
89 | 89 | <div class="col-12 p-0"> |
90 | 90 | <button |