aboutsummaryrefslogtreecommitdiffstats
path: root/apps/theming/lib
diff options
context:
space:
mode:
authorszaimen <szaimen@e.mail.de>2022-09-27 12:14:38 +0200
committerszaimen <szaimen@e.mail.de>2022-09-27 13:52:49 +0200
commitc9a372034f9aafcc074ac6b34d2af264c3f58ee4 (patch)
tree439307b5ebb99de09e7369d5beef99d7d75c5940 /apps/theming/lib
parent0e41530b807244e213e3e2566c0ffe30ed809a32 (diff)
downloadnextcloud-server-c9a372034f9aafcc074ac6b34d2af264c3f58ee4.tar.gz
nextcloud-server-c9a372034f9aafcc074ac6b34d2af264c3f58ee4.zip
fix highcontrast theme icons
Signed-off-by: szaimen <szaimen@e.mail.de>
Diffstat (limited to 'apps/theming/lib')
-rw-r--r--apps/theming/lib/Themes/HighContrastTheme.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/theming/lib/Themes/HighContrastTheme.php b/apps/theming/lib/Themes/HighContrastTheme.php
index c7d3b2e8c7f..fda02058446 100644
--- a/apps/theming/lib/Themes/HighContrastTheme.php
+++ b/apps/theming/lib/Themes/HighContrastTheme.php
@@ -29,7 +29,7 @@ use OCA\Theming\ITheme;
class HighContrastTheme extends DefaultTheme implements ITheme {
public function getId(): string {
- return 'highcontrast';
+ return 'light-highcontrast';
}
public function getMediaQuery(): string {