]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/diary_entries/_form.html.erb
Replace border-grey css class with border-secondary-subtle
[rails.git] / app / views / diary_entries / _form.html.erb
index 0b38e3ea6b5b373008aca9c6bb015f394e98b464..291e8e33b647955d0d999f6f39b9c551b667638b 100644 (file)
@@ -5,7 +5,7 @@
 <fieldset>
   <legend><%= t ".location" -%></legend>
 
-  <%= tag.div "", :id => "map", :class => "border border-grey rounded mb-3", :data => { :lat => @lat, :lon => @lon, :zoom => @zoom } %>
+  <%= tag.div "", :id => "map", :class => "border border-secondary-subtle rounded mb-3", :data => { :lat => @lat, :lon => @lon, :zoom => @zoom } %>
 
   <div class="row mb-3">
     <%= f.text_field :latitude, :wrapper_class => "col-sm-4 d-flex flex-column", :class => "mt-auto", :id => "latitude" %>