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

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.



Reproduction steps:
abp new Acme.BookStoremigrationsglobal-styles.css: add :root with new colorsversions
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.