🔧(demo) update demo app to customize official tokens

Showcase how to customize an official design token.
This commit is contained in:
Nathan Vasse
2023-01-18 11:10:36 +01:00
committed by NathanVss
parent ba65b195b5
commit 3bb74d8594
4 changed files with 4 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
export default {
theme: {
colors: {
primary: "purple",
"primary-500": "purple",
},
},
components: {