mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 04:55:50 +00:00
Use btn-default style
This commit is contained in:
parent
ce906cf079
commit
4e253f6ddf
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<button class="btn btn-primary" type="submit">Add New Visit</button>
|
<button class="btn btn-default" type="submit">Add New Visit</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</form>
|
</form>
|
||||||
|
|
Loading…
Reference in a new issue