fix: info color

This commit is contained in:
puriphatt 2024-06-18 01:59:14 +00:00
parent 290e299d01
commit 8f232fa1de

View file

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