]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/profiles/edit.html.erb
Add tabbed navigation for signup/login screens
[rails.git] / app / views / profiles / edit.html.erb
index 47282d5a22cbee0622336649fcdf9ef5a0c3567d..d755be52cae4b7d3f0bb931f9de4351f6d13db8a 100644 (file)
@@ -56,7 +56,7 @@
       <input class="form-check-input" type="checkbox" name="updatehome" value="1" <% unless current_user.home_location? %> checked <% end %> id="updatehome" />
       <label class="form-check-label" for="updatehome"><%= t ".update home location on click" %></label>
     </div>
-    <%= tag.div "", :id => "map", :class => "content_map set_location border border-grey rounded" %>
+    <%= tag.div "", :id => "map", :class => "content_map set_location border border-secondary-subtle rounded" %>
   </fieldset>
 
   <%= f.primary t(".save") %>