mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Change the Close button color
This commit is contained in:
parent
827629a74a
commit
78948251a1
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ script(type='text/ng-template', id='shareProjectModalTemplate')
|
|||
.modal-footer-left
|
||||
i.fa.fa-refresh.fa-spin(ng-show="state.inflight")
|
||||
span.text-danger.error(ng-show="state.error") #{translate("generic_something_went_wrong")}
|
||||
button.btn.btn-primary(
|
||||
button.btn.btn-default(
|
||||
ng-click="done()"
|
||||
) #{translate("close")}
|
||||
|
||||
|
|
Loading…
Reference in a new issue