Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
I can't set the buttons to a flat appearance when they are on the footer template of a dialog. The "e-flat" class doesn't work there.
I use class "e-flat e-danger" and "e-flat e-success" but Buttons appear filled and gray, so "e-danger" and "e-success" classes aren't applied also.
I CAN CONFIRM THAT THE NUGET CACHE IS CLEARED AND THAT I'M USING VERSION 27.1.51, PLEASE SEE ATTACHED SCREEN CAPTURES...
In my previous bug report you sent a link to an example in the "Blazor Playground". It happens that the Blazor Playground uses the styles from Bootstrap 5 directly, not through your own package adaptation. In your package you introduce a new css rule named ".e-footer-content .e-btn.e-flat:not([DISABLED])"
PLEASE, TEST IT LOCALLY, NOT IN THE BLAZOR PLAYGROUND.
P.D. This bug report system doesn't allow me to attach a second file, with a screen capture showing that I'm effectively using v.27.1.51 in the running project. It neither allows to paste code, wich is quite annoying.