Skip to content

Commit

Permalink
add fab speed dial tint (ref: leinardi/FloatingActionButtonSpeedDial#168
Browse files Browse the repository at this point in the history
)
  • Loading branch information
VishnuSanal committed Sep 29, 2024
1 parent 68cd53a commit 5e832d9
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1908,7 +1908,8 @@ private FabWithLabelView initFabTitle(
SpeedDialActionItem.Builder builder =
new SpeedDialActionItem.Builder(id, icon)
.setLabel(fabTitle)
.setFabBackgroundColor(iconSkin);
.setFabBackgroundColor(iconSkin)
.setFabImageTintColor(Color.WHITE);

switch (getAppTheme()) {
case LIGHT:
Expand Down

0 comments on commit 5e832d9

Please sign in to comment.