BugFix for not changing background color on Notes
This commit is contained in:
@@ -550,7 +550,7 @@ private fun ClickableNote(
|
||||
) {
|
||||
val scope = rememberCoroutineScope()
|
||||
|
||||
val updatedModifier = remember(backgroundColor) {
|
||||
val updatedModifier = remember(backgroundColor.value) {
|
||||
modifier
|
||||
.combinedClickable(
|
||||
onClick = {
|
||||
|
||||
Reference in New Issue
Block a user