refactor: add color blue
This commit is contained in:
parent
9cc6917522
commit
fbd56e7cb0
1 changed files with 10 additions and 1 deletions
|
|
@ -13,7 +13,8 @@ const props = withDefaults(
|
||||||
| 'cyan'
|
| 'cyan'
|
||||||
| 'yellow'
|
| 'yellow'
|
||||||
| 'red'
|
| 'red'
|
||||||
| 'magenta';
|
| 'magenta'
|
||||||
|
| 'blue';
|
||||||
}[];
|
}[];
|
||||||
dark?: boolean;
|
dark?: boolean;
|
||||||
labelI18n?: boolean;
|
labelI18n?: boolean;
|
||||||
|
|
@ -107,6 +108,10 @@ const props = withDefaults(
|
||||||
--_color: var(--pink-8-hsl);
|
--_color: var(--pink-8-hsl);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.stat-card__blue {
|
||||||
|
--_color: var(--blue-6-hsl);
|
||||||
|
}
|
||||||
|
|
||||||
.dark .stat-card__purple {
|
.dark .stat-card__purple {
|
||||||
--_color: var(--violet-10-hsl);
|
--_color: var(--violet-10-hsl);
|
||||||
}
|
}
|
||||||
|
|
@ -122,4 +127,8 @@ const props = withDefaults(
|
||||||
.dark .stat-card__magenta {
|
.dark .stat-card__magenta {
|
||||||
--_color: var(--pink-7-hsl);
|
--_color: var(--pink-7-hsl);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.dark .stat-card__blue {
|
||||||
|
--_color: var(--blue-10-hsl);
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue