Files
cunningham/apps/demo/cunningham.ts
Nathan Vasse 3bb74d8594 🔧(demo) update demo app to customize official tokens
Showcase how to customize an official design token.
2023-01-18 11:29:33 +01:00

13 lines
161 B
TypeScript

export default {
theme: {
colors: {
"primary-500": "purple",
},
},
components: {
button: {
"border-radius": "30px",
},
},
};