V2.80.4 buttons not sizing correctly

Afternoon.

Radzen 2.80.4.

I'm working with a blazor server (.net 6) application and if I add 4 buttons to an empty page and set 1 button to have each of the 4 sizes available (large, medium, Small and ExtraSmall) the meta json shows this (correctly):

image

Although the meta is correct, the buttons all display the same size within the IDE irrespective of the size selected in the properties pane.

If I run the application, all 4 buttons again display with the same size and checking the .razor file generated by Radzen, all buttons are sized to small:

image

Thanks! It will be fixed in our next update Monday, in the meantime you can set the Size directly as attribute.

1 Like