File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -376,15 +376,15 @@ module.exports = {
376
376
colors: {
377
377
// Using modern `rgb`
378
378
primary: ' rgb(var(--color-primary) / <alpha-value>)' ,
379
- primary : ' rgb(var(--color-secondary) / <alpha-value>)' ,
379
+ secondary : ' rgb(var(--color-secondary) / <alpha-value>)' ,
380
380
381
381
// Using modern `hsl`
382
382
primary: ' hsl(var(--color-primary) / <alpha-value>)' ,
383
- primary : ' hsl(var(--color-secondary) / <alpha-value>)' ,
383
+ secondary : ' hsl(var(--color-secondary) / <alpha-value>)' ,
384
384
385
385
// Using legacy `rgba`
386
386
primary: ' rgba(var(--color-primary), <alpha-value>)' ,
387
- primary : ' rgba(var(--color-secondary), <alpha-value>)' ,
387
+ secondary : ' rgba(var(--color-secondary), <alpha-value>)' ,
388
388
}
389
389
}
390
390
}
You can’t perform that action at this time.
0 commit comments