Step 1: Are you in the right place?
Step 2: Describe your environment
- Library version:
com.leinardi.android:speed-dial.compose:1.0.0-alpha04
- Android version:
any
- Support library version:
any
Step 3: Describe the problem:
FloatingActionButtonSpeedDial doesn't conform to the newest Material 3 spec for Floating Action Buttons.
In particular, the new Material 3 style is to use rounded-square buttons:

It would also be nice to rely on the androidx.compose.material3.MaterialTheme that the rest of our app uses, rather than the androidx.compose.material.MaterialTheme used currently.
Step 1: Are you in the right place?
Step 2: Describe your environment
com.leinardi.android:speed-dial.compose:1.0.0-alpha04anyanyStep 3: Describe the problem:
FloatingActionButtonSpeedDial doesn't conform to the newest Material 3 spec for Floating Action Buttons.
In particular, the new Material 3 style is to use rounded-square buttons:
It would also be nice to rely on the androidx.compose.material3.MaterialTheme that the rest of our app uses, rather than the androidx.compose.material.MaterialTheme used currently.