mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-08 03:25:08 +00:00
(docs) Fixed: Typos
This commit is contained in:
parent
d2b37efed4
commit
72a63b30ca
|
@ -135,7 +135,7 @@
|
|||
<p class="font-medium">on-primary, on-accent, on-warn</p>
|
||||
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.
|
||||
</li>
|
||||
</ul>
|
||||
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue
Block a user