Most of the .NET MAUI controls follow fluent design styling, but it appears that the button component does not. See below image:
I don’t know why this is happening. On the Microsoft Docs for .NET MAUI Buttons, their image clearly shows a fluent design button:
I don’t know how to check what version of MAUI I am using, but I know I just downloaded the latest version of VS (not the preview version), 17.9.6, and therefore should have the newest available MAUI SDK. Can someone explain why this is happening and how to fix this?