remove colors

pull/1837/head
Saeed Noshadi 3 years ago
parent 532d846a47
commit 7e310198e9

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

Loading…
Cancel
Save