Browse Source

2341-bug-application-brand-color-live-ui-example-on-tabler-illustrati… (#2344)

Mikołaj Sojka 4 months ago
parent
commit
467c529fdc
1 changed files with 3 additions and 3 deletions
  1. 3 3
      docs/content/illustrations/introduction/customization.md

+ 3 - 3
docs/content/illustrations/introduction/customization.md

@@ -511,7 +511,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"
+{% capture html -%}
 <div class="card">
   <div class="card-body">
     <div>
@@ -785,8 +785,8 @@ Tabler Illustrations uses `--tblr-primary` as a fallback color if `--tblr-illust
     });
   });
 </script>
-```
-
+{%- endcapture %}
+{% include "docs/example.html" html=html %}
 
 ## Dark version of the illustration