🔧(demo) update demo app to ts config file, customize one token

Showcase a situation where we want to customize a component's design token.
This commit is contained in:
Nathan Vasse
2023-01-04 15:53:36 +01:00
committed by NathanVss
parent be1c9d000b
commit f48dac79c0
10 changed files with 31 additions and 19 deletions

View File

@@ -1,4 +1,6 @@
:root {
--c--colors--primary: purple;
--c--colors--secondary: #DA0000;
--c--theme--colors--primary: purple;
--c--theme--colors--primary-gradient: linear-gradient(90deg,#002d7f,#0069b3);
--c--theme--colors--secondary: #DA0000;
--c--components--button--border-radius: 30px;
}