I am creating a .NET MAUI Blazor application and I am trying to change the logo, I am able to change the SVG file to change the logo to mine. However, it doesn't matter what I try I can't get rid of the blue box around it.

I have tried:
- Resizing the logo to be larger.
- Search for that blue color in all the solution
- Set the Icon in the Visual Studio Project
- Try a PNG instead of an SVG
and none of them have worked. Does anyone know how to get rid of it?