Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 33e02ca0 authored by Fahim Salam Chowdhury's avatar Fahim Salam Chowdhury 👽
Browse files

Dev/fix primary color patch

parent 0f013245
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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 {