diff --git a/static/images/loader.svg b/static/images/loader-white.svg similarity index 100% rename from static/images/loader.svg rename to static/images/loader-white.svg diff --git a/static/js/loading.ts b/static/js/loading.ts index e67472e486..083b062d31 100644 --- a/static/js/loading.ts +++ b/static/js/loading.ts @@ -70,7 +70,7 @@ export function show_button_spinner(elt: JQuery, using_dark_theme: boolean): voi if (!using_dark_theme) { elt.attr("src", "/static/images/loader-black.svg"); } else { - elt.attr("src", "/static/images/loader.svg"); + elt.attr("src", "/static/images/loader-white.svg"); } elt.css("display", "inline-block"); } diff --git a/templates/zerver/apps.html b/templates/zerver/apps.html index e04b9503f8..5fcbe4ad2e 100644 --- a/templates/zerver/apps.html +++ b/templates/zerver/apps.html @@ -32,7 +32,7 @@