-
Notifications
You must be signed in to change notification settings - Fork 146
Open
Description
Step 1: Are you in the right place?
- I have verified there are no duplicate active or recent bugs, questions, or requests
- I have verified that I am using the latest version of the library.
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.