mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-28 10:50:40 +01:00
docs(migration): invalid classes
This commit is contained in:
@@ -195,10 +195,10 @@ You can also use the new [design tokens](/getting-started/theme#neutral-palette)
|
|||||||
```diff
|
```diff
|
||||||
<template>
|
<template>
|
||||||
- <p class="text-gray-500 dark:text-gray-400" />
|
- <p class="text-gray-500 dark:text-gray-400" />
|
||||||
+ <p class="text-(--ui-text-muted) dark:text-(--ui-text-muted)" />
|
+ <p class="text-(--ui-text-muted)" />
|
||||||
|
|
||||||
- <p class="text-gray-900 dark:text-white" />
|
- <p class="text-gray-900 dark:text-white" />
|
||||||
+ <p class="text-(--ui-text-highlighted) dark:text-(--ui-text-highlighted)" />
|
+ <p class="text-(--ui-text-highlighted)" />
|
||||||
</template>
|
</template>
|
||||||
```
|
```
|
||||||
::
|
::
|
||||||
|
|||||||
Reference in New Issue
Block a user