Bump Compose dependencies

This commit is contained in:
arkon
2023-03-23 22:19:43 -04:00
parent cb4699a5bb
commit da25322572
2 changed files with 6 additions and 4 deletions

View File

@@ -145,12 +145,14 @@ fun TrackDateSelector(
)
AlertDialogContent(
modifier = Modifier.windowInsetsPadding(WindowInsets.systemBars),
title = { Text(text = title) },
content = {
Column {
DatePicker(
state = pickerState,
title = { Text(text = title) },
dateValidator = dateValidator,
title = null,
headline = null,
showModeToggle = false,
)