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,