You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using a Material theme in my app. When I add this addon to my app, suddenly it looks like as if Lumo theme as included as well: the buttons and the textfields change their appearance:
Material theme before adding the addon dependency:
After adding the addon dependency:
Easy to reproduce:
git clone the Vaadin skeleton starter and checkout the v23 branch, to bring in Vaadin 23.3.12.
Add @Theme(themeClass = Material.class) to the Application class.
I am using a Material theme in my app. When I add this addon to my app, suddenly it looks like as if Lumo theme as included as well: the buttons and the textfields change their appearance:
Material theme before adding the addon dependency:
After adding the addon dependency:
Easy to reproduce:
@Theme(themeClass = Material.class)
to theApplication
class.The text was updated successfully, but these errors were encountered: