From 68814129ddc1098cd51e268a93084e018db2a30b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ya=C3=ABl=20GUILLOUX?= Date: Mon, 2 Jan 2023 14:20:32 +0100 Subject: [PATCH] chore(tokens): update tokens icon for Docus --- tokens.config.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tokens.config.ts b/tokens.config.ts index 631e653de..38d199a00 100644 --- a/tokens.config.ts +++ b/tokens.config.ts @@ -6,6 +6,12 @@ export default defineTheme({ primary: (nuxtThemeTokens.color as any).lightblue }, docus: { + $schema: { + title: 'All the configurable tokens from Docus.', + tags: [ + '@studio-icon material-symbols:docs' + ] + }, header: { height: '64px' }, footer: { padding: '{space.4} 0' } },