Hey there, just updated discourse to the latest version: 3.3.0.beta1 (48cb7b7863)
And noticed that the header icons have been made smaller by default.
Which means that the icons from this component are now “larger” compared to them.
I identified the issue as some classes missing from the component header icons.
This is the html for the component icons:
And this is the html for the discourse icons:
I tested editing the html directly from the developer console and if we add btn no-text
the styles matches again.
I’ll try and open a PR request for the component but thought to raise the issue here as there isn’t an issue tab in the github repository.