aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app
diff options
context:
space:
mode:
authorRigel Kent <sendmemail@rigelk.eu>2018-09-07 22:46:11 +0200
committerRigel Kent <sendmemail@rigelk.eu>2018-09-07 22:46:11 +0200
commited19bb9a3269a9edb247c10d1be1ea20a959f1cb (patch)
treeef0470617158cb6257a5bbf60d33d928104343a0 /client/src/app
parentd972dc7f665026086ad1804a3798ae36adea70c5 (diff)
downloadPeerTube-ed19bb9a3269a9edb247c10d1be1ea20a959f1cb.tar.gz
PeerTube-ed19bb9a3269a9edb247c10d1be1ea20a959f1cb.tar.zst
PeerTube-ed19bb9a3269a9edb247c10d1be1ea20a959f1cb.zip
use css class for loading bar color
Diffstat (limited to 'client/src/app')
-rw-r--r--client/src/app/app.component.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/app.component.html b/client/src/app/app.component.html
index 0564e1a7b..20e573de1 100644
--- a/client/src/app/app.component.html
+++ b/client/src/app/app.component.html
@@ -36,6 +36,6 @@
36 </div> 36 </div>
37</div> 37</div>
38 38
39<ngx-loading-bar [includeSpinner]="false" color="#F1680D"></ngx-loading-bar> 39<ngx-loading-bar [includeSpinner]="false"></ngx-loading-bar>
40<my-confirm></my-confirm> 40<my-confirm></my-confirm>
41<simple-notifications [options]="notificationOptions"></simple-notifications> 41<simple-notifications [options]="notificationOptions"></simple-notifications>