Skip to content

Commit

Permalink
Merge pull request #21315 from deb1990/fix-searchkit-add-button-ui
Browse files Browse the repository at this point in the history
Fix Searchkit "Add" columns button UI
  • Loading branch information
colemanw authored Aug 30, 2021
2 parents af4b67d + 64c51f8 commit 27bf657
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<button type="button" class="btn dropdown-toggle btn-default-outline" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<button type="button" class="btn dropdown-toggle btn-secondary-outline" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i class="crm-i fa-plus"></i>
{{:: ts('Add') }} <span class="caret"></span>
</button>
Expand Down

0 comments on commit 27bf657

Please sign in to comment.