From 84ea41958c6ff1c5021e1b3c1f6d6bc18b4e70f8 Mon Sep 17 00:00:00 2001 From: Scott Nonnenberg Date: Wed, 8 Jan 2020 16:38:10 -0800 Subject: [PATCH] Lighten in-progress spinner in light/ios theme --- stylesheets/_modules.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylesheets/_modules.scss b/stylesheets/_modules.scss index a1c4a2cc3..411c68518 100644 --- a/stylesheets/_modules.scss +++ b/stylesheets/_modules.scss @@ -1169,7 +1169,7 @@ @include color-svg('../images/sending.svg', $color-white-alpha-80); } @include ios-theme { - @include color-svg('../images/sending.svg', $color-gray-60); + @include color-svg('../images/sending.svg', $color-white); } @include ios-dark-theme { @include color-svg('../images/sending.svg', $color-white);