From b1eabcd7d0bca2efa9e9256dabc31aa9ea83c49f Mon Sep 17 00:00:00 2001 From: Kevin Li Date: Mon, 13 Jul 2020 21:14:35 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 664f052..1a34591 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ public struct CalendarConfiguration: Equatable { let allowHaptics: Bool let startDate: Date let endDate: Date - let themeColor: Color + let themeColor: Color // if you want to support light and dark mode, make sure your color does so as well }