We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a30c4fe commit 3678f3cCopy full SHA for 3678f3c
presentaion/src/main/java/com/example/presentaion/ui_component/MenuButton.kt
@@ -22,7 +22,7 @@ fun MenuButton(
22
) {
23
FloatingActionButton(
24
onClick = onClick,
25
- backgroundColor = if (state.value) defaultBackgroundColor else Color.Gray
+ backgroundColor = if (!state.value) defaultBackgroundColor else Color.Gray
26
27
Icon(imageVector = imageVector, contentDescription = description)
28
}
0 commit comments