Skip to content

Commit

Permalink
change btn-light to btn-outline-secondary for consistency with prior …
Browse files Browse the repository at this point in the history
…styles
  • Loading branch information
jywarren authored Oct 5, 2021
1 parent 40f140e commit b1cb346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adapters/PublicLab.Woofmark.js
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ module.exports = function(textarea, _editor, _module) {
);
$(".wk-commands, .wk-switchboard").addClass("btn-group");
$(".wk-commands button, .wk-switchboard button").addClass(
"btn btn-light"
"btn btn-outline-secondary"
);

$(".wk-commands button.woofmark-command-quote").addClass("hidden-xs");
Expand Down

0 comments on commit b1cb346

Please sign in to comment.