♻️(demo) demonstrate token references

Demonstrate the use of token references by editing the greyscale
color which is used by lots of components.
This commit is contained in:
Nathan Vasse
2023-06-29 16:41:35 +02:00
committed by NathanVss
parent 672f4be4d4
commit a526243667
4 changed files with 9 additions and 12 deletions

View File

@@ -4,6 +4,8 @@ const config: DefaultTokens = {
theme: {
colors: {
"primary-500": "purple",
"success-700": "lime",
"greyscale-300": "#ff18e5",
},
},
components: {