Merge pull request #10682 from overleaf/ds-btn-default-to-secondary-in-editor-part-2

Replacing btn-default with btn-secondary in the editor Part-2

GitOrigin-RevId: 708aa29070bb3049afbc8ee1a282eaa1018594a8
This commit is contained in:
Davinder Singh
2022-12-08 09:03:42 +00:00
committed by Copybot
parent d6b39c4bb3
commit 4adfca52bf
12 changed files with 44 additions and 17 deletions
@@ -123,7 +123,7 @@ script(type="text/ng-template", id="historyV2AddLabelModalTemplate")
| #{translate("history_new_label_added_at")}
strong {{ update.meta.end_ts | formatDate:'ddd Do MMM YYYY, h:mm a' }}
.modal-footer
button.btn.btn-default(
button.btn.btn-secondary(
type="button"
ng-disabled="state.inflight"
ng-click="$dismiss()"