diff options
author | John Molakvoæ <skjnldsv@protonmail.com> | 2022-04-20 09:55:41 +0200 |
---|---|---|
committer | John Molakvoæ <skjnldsv@protonmail.com> | 2022-04-21 09:31:07 +0200 |
commit | 493b20605f9819a03a23cf0da456f89634307152 (patch) | |
tree | cdacf96788fd9212051a19c9a9bf55e9c31f512c /apps/theming/lib/Service | |
parent | 9ea72b10104ceb482be33b4626c3603a788a687f (diff) | |
download | nextcloud-server-493b20605f9819a03a23cf0da456f89634307152.tar.gz nextcloud-server-493b20605f9819a03a23cf0da456f89634307152.zip |
Font fixes and design update for theme picker
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Diffstat (limited to 'apps/theming/lib/Service')
-rw-r--r-- | apps/theming/lib/Service/ThemeInjectionService.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/theming/lib/Service/ThemeInjectionService.php b/apps/theming/lib/Service/ThemeInjectionService.php index e00839c21c5..81edc19bc4b 100644 --- a/apps/theming/lib/Service/ThemeInjectionService.php +++ b/apps/theming/lib/Service/ThemeInjectionService.php @@ -75,7 +75,7 @@ class ThemeInjectionService { * @param string $media media query to use in the <link> element */ private function addThemeHeader(string $themeId, bool $plain = true, string $media = null) { - $linkToCSS = $this->urlGenerator->linkToRoute('theming.Theming.getThemeVariables', [ + $linkToCSS = $this->urlGenerator->linkToRoute('theming.Theming.getThemeStylesheet', [ 'themeId' => $themeId, 'plain' => $plain, ]); |