diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2020-08-27 15:34:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-27 15:34:44 +0200 |
commit | a831165135c65534c53213cada6ebe0ef810a12e (patch) | |
tree | 1f09f5f59293b62cec276d923b1e33ba7895feda /apps | |
parent | 1a312c4d2a38296fe208c4399ba97a76c88aea11 (diff) | |
parent | 7ee9024223bde58da454e5f1b33f1c11db1cd16a (diff) | |
download | nextcloud-server-a831165135c65534c53213cada6ebe0ef810a12e.tar.gz nextcloud-server-a831165135c65534c53213cada6ebe0ef810a12e.zip |
Merge pull request #22450 from nextcloud/bugfix/22433/user_status_app_icon_coloring
UserStatus: Fix app icon visibility in apps management
Diffstat (limited to 'apps')
-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> |