Skip to content

Commit d78449c

Browse files
authored
Merge pull request #18895 from nextcloud/bugfix/noid/fix_birthday_calendar_color
Changes the Birthday calendar color to slightly brighter one
2 parents 6c825ee + 4d299d1 commit d78449c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/dav/lib/CalDAV/BirthdayService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ public function ensureCalendarExists(string $principal):?array {
165165
}
166166
$this->calDavBackEnd->createCalendar($principal, self::BIRTHDAY_CALENDAR_URI, [
167167
'{DAV:}displayname' => 'Contact birthdays',
168-
'{http://apple.com/ns/ical/}calendar-color' => '#FFFFCA',
168+
'{http://apple.com/ns/ical/}calendar-color' => '#E9D859',
169169
'components' => 'VEVENT',
170170
]);
171171

0 commit comments

Comments
 (0)