diff --git a/apps/theming/lib/Themes/CommonThemeTrait.php b/apps/theming/lib/Themes/CommonThemeTrait.php index 5a4d37d7c6596..a164286cdeb68 100644 --- a/apps/theming/lib/Themes/CommonThemeTrait.php +++ b/apps/theming/lib/Themes/CommonThemeTrait.php @@ -101,7 +101,7 @@ protected function generateGlobalBackgroundVariables(): array { $variables['--background-image-invert-if-bright'] = $isDefaultPrimaryBright ? 'invert(100%)' : 'no'; } - // Adapt the menubar to the primary color if a custom backgorund image has been set + // Adapt the menubar to the primary color if a custom background image has been set if ($this->imageManager->hasImage('background')) { $variables['--background-image-invert-if-bright'] = $isDefaultPrimaryBright ? 'invert(100%)' : 'no'; }