remove default parameter

This commit is contained in:
FunkyMuse 2023-07-24 00:08:30 +02:00
parent 304b4c2ebb
commit 8d51f38f50
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ fun SettingsScreen(
goBack: () -> Unit,
customizeColors: () -> Unit,
customizeWidgetColors: () -> Unit,
topBarsScrolledContainerColor: Color = MaterialTheme.colorScheme.primary,
topBarsScrolledContainerColor: Color,
nonScrolledTextColor: Color = if (isSurfaceLitWell()) Color.Black else Color.White,
preventPhoneFromSleeping: Boolean,
onPreventPhoneFromSleeping: (Boolean) -> Unit,