Skip to content

Commit d26cb45

Browse files
committed
[Doc][Fab] Correct style name used in FAB dev doc
Resolves #2634 PiperOrigin-RevId: 440898934
1 parent 06348a0 commit d26cb45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/components/FloatingActionButton.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -459,11 +459,11 @@ FABs in your app but does not affect other components:
459459
<item name="floatingActionButtonStyle">@style/Widget.App.FloatingActionButton</item>
460460
</style>
461461

462-
<style name="Widget.App.ExtendedFloatingActionButton" parent="Widget.Material3.ExtendedFloatingActionButton.Icon">
462+
<style name="Widget.App.ExtendedFloatingActionButton" parent="Widget.Material3.ExtendedFloatingActionButton.Icon.Primary">
463463
<item name="materialThemeOverlay">@style/ThemeOverlay.App.FloatingActionButton</item>
464464
</style>
465465

466-
<style name="Widget.App.FloatingActionButton" parent="Widget.Material3.FloatingActionButton">
466+
<style name="Widget.App.FloatingActionButton" parent="Widget.Material3.FloatingActionButton.Primary">
467467
<item name="materialThemeOverlay">@style/ThemeOverlay.App.FloatingActionButton</item>
468468
</style>
469469

0 commit comments

Comments
 (0)