🔧(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:
@@ -1 +1 @@
|
||||
export const tokens = {"colors":{"primary":"purple","secondary":"#DA0000"}};
|
||||
export const tokens = {"theme":{"colors":{"primary":"purple","primary-gradient":"linear-gradient(90deg,#002d7f,#0069b3)","secondary":"#DA0000"}},"components":{"button":{"border-radius":"30px"}}};
|
||||
Reference in New Issue
Block a user