From 9bf0824376d6366712fbc3812529dd3c50ce48b2 Mon Sep 17 00:00:00 2001 From: codecalm Date: Tue, 14 Jan 2025 13:42:52 +0100 Subject: [PATCH] Update code snippets in documentation to remove unnecessary background attributes --- docs/illustrations/introduction/customization.mdx | 4 ++-- docs/ui/components/alerts.mdx | 14 +++++++------- docs/ui/components/autosize.mdx | 2 +- docs/ui/components/badges.mdx | 2 +- docs/ui/components/breadcrumb.mdx | 2 +- docs/ui/components/charts.mdx | 12 ++++++------ docs/ui/components/dropzone.mdx | 6 +++--- docs/ui/components/placeholder.mdx | 2 +- docs/ui/components/spinners.mdx | 6 +++--- docs/ui/components/vector-maps.mdx | 4 ++-- docs/ui/forms/form-color-check.mdx | 4 ++-- docs/ui/forms/form-validation.mdx | 8 ++++---- docs/ui/layout/navbars.mdx | 2 +- docs/ui/layout/page-layouts.mdx | 4 ++-- docs/ui/plugins/payments.mdx | 4 ++-- 15 files changed, 38 insertions(+), 38 deletions(-) diff --git a/docs/illustrations/introduction/customization.mdx b/docs/illustrations/introduction/customization.mdx index ea2ae873e..36a083ec4 100644 --- a/docs/illustrations/introduction/customization.mdx +++ b/docs/illustrations/introduction/customization.mdx @@ -151,7 +151,7 @@ Look at the example below to see how you can change the color of the skin. Tabler Illustrations uses `--tblr-primary` as a fallback color if `--tblr-illustrations-primary` is not set, so if you have a primary color set in your design system, you can use that to ensure consistency across your project. -```html example columns={1} centered vertical separated height="30rem" background="bg-light" +```html example columns={1} centered vertical separated height="30rem"
@@ -335,7 +335,7 @@ Illustration change theme based on the user's system preferences or `data-bs-the Look at the example below to see how the illustration changes based on the user's system preferences. -```html example columns={1} centered vertical separated height="25rem" background="surface" +```html example columns={1} centered vertical separated height="25rem"