Skip to content

Commit

Permalink
Merge pull request #5333 from avalonmediasystem/button-up
Browse files Browse the repository at this point in the history
Change 'Add' access setting button to btn-primary
  • Loading branch information
masaball authored Aug 29, 2023
2 parents f70f124 + c2ca70d commit cb0ca4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/modules/_access_object.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Unless required by applicable law or agreed to in writing, software distributed
<% end %>
<div class="col-1">
<%= button_tag "Add", name: "submit_add_#{access_object}", type: "submit",
class: "btn btn-outline", style: 'margin-top:2.4rem', disabled: input_disabled, value: "Add" %>
class: "btn btn-primary", style: 'margin-top:2.4rem', disabled: input_disabled, value: "Add" %>
</div>
</div>
</div>
Expand Down

0 comments on commit cb0ca4a

Please sign in to comment.