diff --git a/patches/026-primary-color-fix.patch b/patches/026-primary-color-fix.patch index 1ec6cdd1b8fb167676323a0cb12ccacf4d1d4e06..deda093a822240c9387b7ab17ec65b3f2f4c4e69 100644 --- a/patches/026-primary-color-fix.patch +++ b/patches/026-primary-color-fix.patch @@ -15,8 +15,9 @@ Subject: [PATCH] To fix the primary color in nextcloud 25 onwards $colorPrimaryLight = $this->util->mix($colorPrimaryElement, $colorMainBackground, -80); $colorPrimaryElementLight = $this->util->mix($colorPrimaryElement, $colorMainBackground, -80); ---- apps/theming/lib/Util.php 2024-08-02 10:10:38 -+++ apps/theming/lib/Util-new.php 2024-08-02 10:11:41 +--- apps/theming/lib/Util.php 2023-04-12 17:16:23.456078658 +0530 ++++ apps/theming/lib/Util-new.php 2023-04-12 17:17:30.456079957 +0530 +@@ -57,7 +57,7 @@ * @return bool */ public function invertTextColor(string $color): bool {