feat: FormDialog

This commit is contained in:
puriphatt 2024-04-05 19:05:51 +07:00
parent 541c5ed1bb
commit 0f750a1861
3 changed files with 408 additions and 5 deletions

View file

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