Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
Fix scrolling down color line
Browse files Browse the repository at this point in the history
  • Loading branch information
oguzsout committed Sep 25, 2024
1 parent 8ce8559 commit 0cc6bfa
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,7 @@ class AndroidDateTimePicker @Inject constructor(
) {
DatePicker(
state = pickerState,
colors = DatePickerDefaults
.colors(
colors = DatePickerDefaults.colors(
titleContentColor = MaterialTheme.colorScheme.onBackground,
selectedDayContainerColor = MaterialTheme.colorScheme.primary,
todayContentColor = MaterialTheme.colorScheme.onBackground,
Expand Down

0 comments on commit 0cc6bfa

Please sign in to comment.