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

Commit 873b0dbf authored by Fahim Salam Chowdhury's avatar Fahim Salam Chowdhury 👽
Browse files

fix: patch date format mismatch causing not applied issue

parent b2e081bd
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,8 +15,8 @@ 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
 	 */