diff options
author | Simon L <szaimen@e.mail.de> | 2022-11-08 13:10:58 +0100 |
---|---|---|
committer | Simon L <szaimen@e.mail.de> | 2022-11-08 13:20:07 +0100 |
commit | 3c206470694628ff0ce76b6a0ec865bf387f4946 (patch) | |
tree | 34fc101c615b1f64bc8c2e70f74858a3de880568 /apps/files_sharing/css/icons.css | |
parent | 175ac79f97aaed351a192ba18f1d10e0ec939c49 (diff) | |
download | nextcloud-server-3c206470694628ff0ce76b6a0ec865bf387f4946.tar.gz nextcloud-server-3c206470694628ff0ce76b6a0ec865bf387f4946.zip |
fix missing share icon
Signed-off-by: Simon L <szaimen@e.mail.de>
Diffstat (limited to 'apps/files_sharing/css/icons.css')
-rw-r--r-- | apps/files_sharing/css/icons.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_sharing/css/icons.css b/apps/files_sharing/css/icons.css index ff5c5844df6..c914d8e512f 100644 --- a/apps/files_sharing/css/icons.css +++ b/apps/files_sharing/css/icons.css @@ -78,7 +78,7 @@ */ .icon-room { /* $dir is the app name, so we add this to the icon var to avoid conflicts between apps */ - background-image: var(--icon-app-dark); + background-image: var(--icon-talk-dark); } .icon-circle { @@ -88,7 +88,7 @@ .icon-guests { /* $dir is the app name, so we add this to the icon var to avoid conflicts between apps */ - background-image: var(--icon-app-dark); + background-image: var(--icon-guests-dark); } /*# sourceMappingURL=icons.css.map */ |