You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I cloned the Fluent-iOS repository and ran the demo app. It seems the floating button with an icon-only design is correct there. This might mean that our app is using an older version of Fluent, or I might be unintentionally adding a text placeholder next to the icon, which could be triggering the icon + text design. I'll take a closer look!
Environment Information
Please provide a reproduction of the bug:
The
FluentButtonStyle(style: .floatingSubtle)
style from the fluent library has some UI bugs.Actual behavior:
The icon in the Floating fluent button style is not centered because of some padding added to the icon. Icon must be centered. The fluent icon shape is an oval, but it must be a circle. This is the expected UI design: https://www.figma.com/design/OLIFtMJnKfD4FGcnNq9TVo/Fluent-2-iOS?node-id=54882-225133&t=UMzRDU5cGJ4wAVxL-4
Expected behavior:
Icon must be centered, and button frame should be a circle.
Priorities and help requested:
Are you willing to submit a PR to fix? Yes, I am waiting for the expected design so that I can make the right updates.
Requested priority: Blocking
The text was updated successfully, but these errors were encountered: