We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eaf4eae + 57796c8 commit 71bf66eCopy full SHA for 71bf66e
README.md
@@ -66,12 +66,12 @@ return [
66
67
// Color options (supports hex values)
68
'brandColors' => [
69
- '' => 'none', // Special: shows striped pattern
+ '' => 'none', // Special: shows striped pattern
70
'random' => 'random', // Special: shows rainbow gradient
71
- 'primary' => '#3B82F6',
72
- 'secondary' => '#10B981',
73
- 'accent' => '#F59E0B',
74
- 'danger' => '#EF4444',
+ 'primary' => ['#3B82F6'],
+ 'secondary' => ['#10B981'],
+ 'accent' => ['#F59E0B'],
+ 'danger' => ['#EF4444'],
75
],
76
77
// Gradient colors (2-3 colors)
0 commit comments