diff --git a/app/assets/javascripts/discourse/app/components/reviewable-bundled-action.gjs b/app/assets/javascripts/discourse/app/components/reviewable-bundled-action.gjs index 6924610ec6e..1541c66ee98 100644 --- a/app/assets/javascripts/discourse/app/components/reviewable-bundled-action.gjs +++ b/app/assets/javascripts/discourse/app/components/reviewable-bundled-action.gjs @@ -61,7 +61,7 @@ export default class ReviewableBundledAction extends Component { @translatedLabel={{this.first.label}} @disabled={{@reviewableUpdating}} class={{concatClass - "reviewable-action" + "btn-default reviewable-action" (dasherize this.first.id) this.first.button_class }} diff --git a/app/assets/javascripts/discourse/app/components/reviewable-item.hbs b/app/assets/javascripts/discourse/app/components/reviewable-item.hbs index ea861ab07be..0d0f885035e 100644 --- a/app/assets/javascripts/discourse/app/components/reviewable-item.hbs +++ b/app/assets/javascripts/discourse/app/components/reviewable-item.hbs @@ -122,7 +122,7 @@ @icon="pencil-alt" @action={{action "edit"}} @label="review.edit" - class="reviewable-action edit" + class="reviewable-action btn-default edit" /> {{/if}} {{/if}}