Skip to content

Commit ddde45a

Browse files
docs(theme): fix typo in extend colors section
Co-Authored-By: Ma Vida <[email protected]>
1 parent 073dd14 commit ddde45a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/docs/1.getting-started/5.theme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ When configuring your theme colors, you must use either color names from the [de
145145
::framework-only
146146
#nuxt
147147
:::div
148-
You can add you own dynamic color aliases in your `app.config.ts`, you just have to make sure to define them in the [`ui.theme.colors`](/docs/getting-started/installation/nuxt#themecolors) option in your `nuxt.config.ts` file:
148+
You can add your own dynamic color aliases in your `app.config.ts`, you just have to make sure to define them in the [`ui.theme.colors`](/docs/getting-started/installation/nuxt#themecolors) option in your `nuxt.config.ts` file:
149149

150150
```ts [app.config.ts]{4}
151151
export default defineAppConfig({
@@ -181,7 +181,7 @@ export default defineNuxtConfig({
181181

182182
:::div
183183

184-
You can add you own dynamic color aliases in your `vite.config.ts`, you just have to make sure to also define them in the [`theme.colors`](/docs/getting-started/installation/vue#themecolors) option of the `ui` plugin:
184+
You can add your own dynamic color aliases in your `vite.config.ts`, you just have to make sure to also define them in the [`theme.colors`](/docs/getting-started/installation/vue#themecolors) option of the `ui` plugin:
185185

186186
```ts [vite.config.ts]{11,18}
187187
import { defineConfig } from 'vite'

0 commit comments

Comments
 (0)