Skip to content

Commit

Permalink
fix labelColor πŸ“Œ
Browse files Browse the repository at this point in the history
  • Loading branch information
iamageo committed Aug 27, 2022
1 parent 81f949b commit a6f11cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/java/com/iamageo/multifab/MainActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ class MainActivity : ComponentActivity() {
MultiFabItem(
icon = R.drawable.ic_baseline_add_24,
label = "first",
labelcolor = Color.White
labelColor = Color.White
),
MultiFabItem(
icon = R.drawable.ic_baseline_add_24,
label = "second",
labelcolor = Color.White
labelColor = Color.White
),
),
onFabItemClicked = { println(it) },
Expand Down

0 comments on commit a6f11cd

Please sign in to comment.