diff options
author | Georg Ehrke <developer@georgehrke.com> | 2020-08-27 10:05:12 +0200 |
---|---|---|
committer | Georg Ehrke <developer@georgehrke.com> | 2020-08-27 10:05:12 +0200 |
commit | 7ee9024223bde58da454e5f1b33f1c11db1cd16a (patch) | |
tree | d7490050f5e15261042e3c70925b29e825380269 | |
parent | c1bba2d46aba3c785b69e84c3239ac556b12dd9c (diff) | |
download | nextcloud-server-7ee9024223bde58da454e5f1b33f1c11db1cd16a.tar.gz nextcloud-server-7ee9024223bde58da454e5f1b33f1c11db1cd16a.zip |
App Icons need to be white
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
-rw-r--r-- | apps/user_status/img/app.svg | 2 |
1 files changed, 1 insertions, 1 deletions
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> |