Files
cunningham/apps/demo/cunningham.ts

13 lines
155 B
TypeScript
Raw Normal View History

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