From 3f8daeba8853b30c56e9cfa9a74a1b3836f8403a Mon Sep 17 00:00:00 2001 From: Michael Brevard Date: Thu, 9 Jan 2025 11:07:12 +0200 Subject: [PATCH] chore: fix spacing --- docs/content/1.getting-started/8.migration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/1.getting-started/8.migration.md b/docs/content/1.getting-started/8.migration.md index f759158478..5727a542fd 100644 --- a/docs/content/1.getting-started/8.migration.md +++ b/docs/content/1.getting-started/8.migration.md @@ -31,7 +31,7 @@ The following changes require you to change some functionality in the projects: // v3 + + - ``` + ``` 2. The `color` prop in all components no longer accepts the list of defined TailwindCSS colors. It now only accepts one of the colors defined in [the theme](/getting-started/theme#colors).