remove colors

pull/49/head
Saeed Noshadi 2 years ago
parent ecd52300c2
commit f55ad14a3d

@ -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)

Loading…
Cancel
Save