🔧(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:
12
apps/demo/cunningham.ts
Normal file
12
apps/demo/cunningham.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
export default {
|
||||
theme: {
|
||||
colors: {
|
||||
primary: "purple",
|
||||
},
|
||||
},
|
||||
components: {
|
||||
button: {
|
||||
"border-radius": "30px",
|
||||
},
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user