From 4e253f6ddf30ac6c8ad798a1654ab70d06e40f61 Mon Sep 17 00:00:00 2001
From: Antoine Rey <antoine.rey@gmail.com>
Date: Fri, 14 Oct 2016 18:55:52 +0200
Subject: [PATCH] Use btn-default style

---
 src/main/webapp/scripts/app/visits/visits.template.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/webapp/scripts/app/visits/visits.template.html b/src/main/webapp/scripts/app/visits/visits.template.html
index 6273d787..ee099fad 100644
--- a/src/main/webapp/scripts/app/visits/visits.template.html
+++ b/src/main/webapp/scripts/app/visits/visits.template.html
@@ -13,7 +13,7 @@
     </div>
 
     <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>
 
 </form>
-- 
GitLab