Skip to content

Commit

Permalink
fix(theming): fix comment typo
Browse files Browse the repository at this point in the history
Signed-off-by: John Molakvoæ <[email protected]>
  • Loading branch information
skjnldsv committed Apr 14, 2023
1 parent 563d696 commit 9797822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/theming/lib/Themes/CommonThemeTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';
}
Expand Down

0 comments on commit 9797822

Please sign in to comment.