From 72a63b30ca4523d5cffed10b9abe677c46a07441 Mon Sep 17 00:00:00 2001 From: Sercan Yemen <117369+srcn@users.noreply.github.com> Date: Sun, 24 Jul 2022 12:49:29 +0300 Subject: [PATCH] (docs) Fixed: Typos --- .../admin/docs/guides/customization/theming/theming.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/modules/admin/docs/guides/customization/theming/theming.html b/src/app/modules/admin/docs/guides/customization/theming/theming.html index 63822665..832adc6e 100644 --- a/src/app/modules/admin/docs/guides/customization/theming/theming.html +++ b/src/app/modules/admin/docs/guides/customization/theming/theming.html @@ -135,7 +135,7 @@

on-primary, on-accent, on-warn

These are the 3 main contrasting color palettes of the theme. They can be either a complete or a partial Tailwind color palette. By default, Fuse will automatically generate contrasting colors using the colors - from "Primary", "Accent" and "Warn" palettes but for some reason, if you more control over the contrasting + from "Primary", "Accent" and "Warn" palettes but for some reason, if you want more control over the contrasting colors, you can use these objects to customize them. @@ -181,7 +181,7 @@ }, // Here we define the "Accent" palette for the default theme. - // It uses the default "blue-gray" color palette from Tailwind's default + // It uses the default "slate" color palette from Tailwind's default // color palettes and sets the 800 hue level as the DEFAULT color. accent : { ...colors.slate,