Skip to content

Changing primary color not working #22

Description

@merijng

Reproduction steps:

  • run abp new Acme.BookStore
  • run migrations
  • Change global-styles.css: add :root with new colors
:root {
    --lpx-brand: red;
    --lpx-primary: red;
}
  • Take note that the icons are red, instead of pink/purple (original)
  • Take note that the button is still the lepton default

image

versions

  • ABP Version 7.4.0, commercial & non-commercial
  • LeptonX version 2.4.* (and also 2.3.*)

Expectation

I would expect that if I change lpx-primary, that it will have effect on all primary elements. Here are some examples that remain unchanged, similar to the button mentioned in the reproduction steps.

image

image

image

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions