🛠️ Specify parameter for CustomCheckbox (Fix)
Specified containerColor parameter for CustomCheckbox (fix of conflict with modifier).
This commit is contained in:
parent
0d52088f6f
commit
7ccddd680e
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ fun BrowseAddingDialogItem(result: Pair<NullableBook, Selected>, onClick: (Boole
|
|||
Spacer(modifier = Modifier.width(24.dp))
|
||||
CustomCheckbox(
|
||||
selected = result.second,
|
||||
MaterialTheme.colorScheme.surfaceContainerHigh
|
||||
containerColor = MaterialTheme.colorScheme.surfaceContainerHigh
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue