diff --git a/docs/ui/base/colors.mdx b/docs/ui/base/colors.mdx index 811ad9ad7..02b3667b1 100644 --- a/docs/ui/base/colors.mdx +++ b/docs/ui/base/colors.mdx @@ -79,5 +79,5 @@ Use the colors of popular social networks to create a recognizable design and ma { name: "rss", value: "#ffa500" }, { name: "flickr", value: "#0063dc" }, { name: "bitbucket", value: "#0052cc" }, - { name: "tabler", value: "#066fd1" } + { name: "tabler", value: "#2563EB" } ]} /> diff --git a/docs/ui/forms/form-color-check.mdx b/docs/ui/forms/form-color-check.mdx index 30bc78b79..c77d08fff 100644 --- a/docs/ui/forms/form-color-check.mdx +++ b/docs/ui/forms/form-color-check.mdx @@ -190,7 +190,7 @@ If you need to select only one color, you can use the radio input type: Add an color picker to your form to let users customise it according to their preferences. ```html - + ``` There is also an example of a color picker input: @@ -198,7 +198,7 @@ There is also an example of a color picker input: ```html example centered
- +
``` diff --git a/docs/ui/layout/navbars.mdx b/docs/ui/layout/navbars.mdx index 95ccf34ab..57994d7c4 100644 --- a/docs/ui/layout/navbars.mdx +++ b/docs/ui/layout/navbars.mdx @@ -31,7 +31,7 @@ The navbar can contain links, buttons, and other elements. You can customize the