diff --git a/PDTSimpleCalendar/PDTSimpleCalendarViewCell.m b/PDTSimpleCalendar/PDTSimpleCalendarViewCell.m index 98415cc..24c4eef 100644 --- a/PDTSimpleCalendar/PDTSimpleCalendarViewCell.m +++ b/PDTSimpleCalendar/PDTSimpleCalendarViewCell.m @@ -174,7 +174,7 @@ - (UIColor *)circleSelectedColor return _circleSelectedColor; } - return [UIColor redColor]; + return self.tintColor; } #pragma mark - Text Label Customizations Color