refactor: color

This commit is contained in:
Methapon2001 2024-07-04 15:22:59 +07:00
parent 283ae2d1b0
commit 8790ab68a5
3 changed files with 9 additions and 5 deletions

View file

@ -92,6 +92,6 @@ const props = withDefaults(
}
.dark .stat-card__orange {
--_color: var(--orange-8);
--_color: var(--orange-6-hsl);
}
</style>