Text update

prod
Cagatay Civici 2024-11-13 15:30:17 +03:00
parent 25e14ad52a
commit 8a9833bbb9
1 changed files with 2 additions and 2 deletions

View File

@ -86,10 +86,10 @@
</Accordion> </Accordion>
</TabPanel> </TabPanel>
<TabPanel value="3"> <TabPanel value="3">
<span class="leading-6">Component tokens are not supported by the Visual Editor at the moment.</span> <span class="leading-6 text-muted-color">Component tokens are not supported by the Visual Editor at the moment and will be available with a future update. </span>
</TabPanel> </TabPanel>
<TabPanel value="4"> <TabPanel value="4">
<span class="leading-6">Extend the theming system with your own design tokens e.g. <span class="font-medium">accent.color</span>. Do not use curly braces in the name field.</span> <span class="leading-6 text-muted-color">Extend the theming system with your own design tokens e.g. <span class="font-medium">accent.color</span>. Do not use curly braces in the name field.</span>
<ul class="flex flex-col gap-4 list-none p-0 mx-0 my-4"> <ul class="flex flex-col gap-4 list-none p-0 mx-0 my-4">
<li v-for="(token, index) of customTokens" :key="index" class="first:border-t border-b border-surface-200 dark:border-surface-300 py-2"> <li v-for="(token, index) of customTokens" :key="index" class="first:border-t border-b border-surface-200 dark:border-surface-300 py-2">
<div class="flex items-center gap-4"> <div class="flex items-center gap-4">