datePikerColors

@Composable
fun datePikerColors(primaryContentColor: Color = Color.Unspecified, weekTextColor: Color = Color.Unspecified, inactiveDateColor: Color = Color.Unspecified, selectedDateBackgroundColor: Color = Color.Unspecified, todayBackgroundColor: Color = Color.Unspecified, todayTextColor: Color = Color.Unspecified, rangeBackgroundColor: Color = Color.Unspecified): DatePickerColors

Custom colors for DatePicker.

Parameters

primaryContentColor

Main text color for date and title.

weekTextColor

Color for week title.

inactiveDateColor

Color for inactive date text.

selectedDateBackgroundColor

Color for selected date.

todayBackgroundColor

Background color for today.

todayTextColor

Color for today text.

rangeBackgroundColor

Color for rang selection.