fix: quasar color does not support hsl

This commit is contained in:
Methapon2001 2024-04-09 14:59:58 +07:00
parent 2c013c8ba5
commit 7a43bca10c

View file

@ -10,7 +10,7 @@ $dark: var(--gray-11);
$dark-page: var(--gray-10);
$positive: #00bd9d;
$negative: var(--red-9-hsl);
$negative: var(--red-9);
$info: #328bf3;
$warning: #ffc224;