microsoft / fluentui-blazor

Microsoft Fluent UI Blazor components library. For use with ASP.NET Core Blazor applications
https://www.fluentui-blazor.net
MIT License
3.87k stars 376 forks source link

Larger close button in fluent dialog header template #2539

Closed drewnoakes closed 2 months ago

drewnoakes commented 3 months ago

(Pulled from https://github.com/dotnet/aspire/pull/5200#issuecomment-2285357147)

@drewnoakes wrote: Can we make the "close" button bigger, so it's easier to see and press in a mobile device form factor? image image Ignore the filter button at the bottom in these screenshots.

@adamint wrote: This comes from the default fluent dialog header template, I would suggest instead trying to get this size increase on fluentui-blazor for general usability. @vnbaaij have you considered increasing the size of the close icon? It seems relatively small compared to the rest of the header content height.

drewnoakes commented 2 months ago

Thanks @vnbaaij!