Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lumo theme is applied on top of a Material theme #40

Open
mvysny opened this issue May 4, 2023 · 0 comments
Open

Lumo theme is applied on top of a Material theme #40

mvysny opened this issue May 4, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@mvysny
Copy link

mvysny commented May 4, 2023

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:

Screenshot from 2023-05-04 11-40-25

After adding the addon dependency:

Screenshot from 2023-05-04 11-42-21

Easy to reproduce:

  1. git clone the Vaadin skeleton starter and checkout the v23 branch, to bring in Vaadin 23.3.12.
  2. Add @Theme(themeClass = Material.class) to the Application class.
  3. Add this addon as a dependency to pom.xml:
        <dependency>
            <groupId>org.vaadin.addons.componentfactory</groupId>
            <artifactId>vcf-pdf-viewer</artifactId>
            <version>2.7.2</version>
        </dependency>
  1. Run the app.
  • Vaadin version: 23.3.12
  • Addon version: 2.7.2
  • Java 11
  • Browser: Firefox 112.0.2
@paodb paodb added the bug Something isn't working label May 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants