mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 01:12:37 +00:00
Text update
This commit is contained in:
parent
25e14ad52a
commit
8a9833bbb9
1 changed files with 2 additions and 2 deletions
|
@ -86,10 +86,10 @@
|
|||
</Accordion>
|
||||
</TabPanel>
|
||||
<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 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">
|
||||
<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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue