From 7ee9024223bde58da454e5f1b33f1c11db1cd16a Mon Sep 17 00:00:00 2001
From: Georg Ehrke <developer@georgehrke.com>
Date: Thu, 27 Aug 2020 10:05:12 +0200
Subject: [PATCH] App Icons need to be white

Signed-off-by: Georg Ehrke <developer@georgehrke.com>
---
 apps/user_status/img/app.svg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/user_status/img/app.svg b/apps/user_status/img/app.svg
index 9a7e19b23b4..eaf87d52ecf 100644
--- a/apps/user_status/img/app.svg
+++ b/apps/user_status/img/app.svg
@@ -1 +1 @@
-<svg width="24" height="24" enable-background="new 0 0 24 24" version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><rect width="24" height="24" fill="none"/><path d="m10.615 2.1094c-4.8491 0.68106-8.6152 4.8615-8.6152 9.8906 0 5.5 4.5 10 10 10 5.0292 0 9.2096-3.7661 9.8906-8.6152-1.4654 1.601-3.5625 2.6152-5.8906 2.6152-4.4 0-8-3.6-8-8 0-2.3281 1.0143-4.4252 2.6152-5.8906z"/></svg>
+<svg width="24" height="24" enable-background="new 0 0 24 24" version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><rect width="24" height="24" fill="none"/><path d="m10.615 2.1094c-4.8491 0.68106-8.6152 4.8615-8.6152 9.8906 0 5.5 4.5 10 10 10 5.0292 0 9.2096-3.7661 9.8906-8.6152-1.4654 1.601-3.5625 2.6152-5.8906 2.6152-4.4 0-8-3.6-8-8 0-2.3281 1.0143-4.4252 2.6152-5.8906z" fill="#ffffff"/></svg>
-- 
GitLab