From 79948cf851af5abb0df25c17a4a5caa1e87f0c84 Mon Sep 17 00:00:00 2001 From: sadeghbarati Date: Wed, 29 Nov 2023 13:00:58 +0330 Subject: [PATCH] docs: fix line number highlight --- apps/www/src/content/docs/theming.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/www/src/content/docs/theming.md b/apps/www/src/content/docs/theming.md index f310fd2b..f4fcdd58 100644 --- a/apps/www/src/content/docs/theming.md +++ b/apps/www/src/content/docs/theming.md @@ -14,7 +14,7 @@ You can choose between using CSS variables or Tailwind CSS utility classes for t To use utility classes for theming set `tailwind.cssVariables` to `false` in your `components.json` file. -```json {8} title="components.json" +```json {7} title="components.json" { "style": "default", "tailwind": { @@ -39,7 +39,7 @@ To use utility classes for theming set `tailwind.cssVariables` to `false` in you To use CSS variables for theming set `tailwind.cssVariables` to `true` in your `components.json` file. -```json {8} title="components.json" +```json {7} title="components.json" { "style": "default", "tailwind": {