refactor: add color dark-orange
This commit is contained in:
parent
3e240aeaf8
commit
89df3b8c6c
1 changed files with 9 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ const props = withDefaults(
|
|||
| 'purple'
|
||||
| 'green'
|
||||
| 'orange'
|
||||
| 'dark-orange'
|
||||
| 'cyan'
|
||||
| 'yellow'
|
||||
| 'red'
|
||||
|
|
@ -114,6 +115,10 @@ const props = withDefaults(
|
|||
--_color: var(--orange-5-hsl);
|
||||
}
|
||||
|
||||
.stat-card__dark-orange {
|
||||
--_color: var(--orange-10-hsl);
|
||||
}
|
||||
|
||||
.stat-card__magenta {
|
||||
--_color: var(--pink-8-hsl);
|
||||
}
|
||||
|
|
@ -142,6 +147,10 @@ const props = withDefaults(
|
|||
--_color: var(--orange-6-hsl);
|
||||
}
|
||||
|
||||
.dark.stat-card__dark-orange {
|
||||
--_color: var(--orange-11-hsl);
|
||||
}
|
||||
|
||||
.dark .stat-card__magenta {
|
||||
--_color: var(--pink-7-hsl);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue