From 3b7a0a66af741dd9db19f05eb4d0ccfcc3c77547 Mon Sep 17 00:00:00 2001 From: Jonathan Hooper Date: Thu, 27 Oct 2022 15:04:52 -0400 Subject: [PATCH] Fix the info-white.svg asset to actually be white This SVG is currently a blue cirle with a white 'i'. This commit makes it a white circle with a transparent 'i'. [skip changelog] --- app/assets/images/alert/info-white.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/images/alert/info-white.svg b/app/assets/images/alert/info-white.svg index d44ab8dd86e..d3cee2b5395 100755 --- a/app/assets/images/alert/info-white.svg +++ b/app/assets/images/alert/info-white.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file