|
|
@ -281,10 +281,7 @@ private fun LazyListScope.InterestsSelection(
|
|
|
|
enabled = interestsSelectionState.canSaveInterests,
|
|
|
|
enabled = interestsSelectionState.canSaveInterests,
|
|
|
|
modifier = Modifier
|
|
|
|
modifier = Modifier
|
|
|
|
.padding(horizontal = 40.dp)
|
|
|
|
.padding(horizontal = 40.dp)
|
|
|
|
.width(364.dp),
|
|
|
|
.width(364.dp)
|
|
|
|
colors = ButtonDefaults.buttonColors(
|
|
|
|
|
|
|
|
containerColor = MaterialTheme.colorScheme.onBackground
|
|
|
|
|
|
|
|
)
|
|
|
|
|
|
|
|
) {
|
|
|
|
) {
|
|
|
|
Text(
|
|
|
|
Text(
|
|
|
|
text = stringResource(R.string.done)
|
|
|
|
text = stringResource(R.string.done)
|
|
|
|