Commit acd3cce3372e0f76bece243e52a252008210f7c3

Authored by Marcelo Puebla
1 parent afeb8c8f78
Exists in master

Cambio de clase css en boton.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/views/modal-alert.html
... ... @@ -7,5 +7,5 @@
7 7 </p>
8 8 </div>
9 9 <div class="modal-footer">
10   - <button class="btn btn-info" ng-click="aceptar()" foca-focus="true">Aceptar</button>
  10 + <button class="btn btn-primary" ng-click="aceptar()" foca-focus="true">Aceptar</button>
11 11 </div>