refactor(styles): add error/success default colors

This commit is contained in:
Walid 2022-04-05 03:10:45 +00:00
parent 9cabf68b26
commit 76bce64a3a
No known key found for this signature in database
GPG Key ID: 4BDA1ABD227F9279

View File

@ -6,5 +6,9 @@ $colors: (
secondary: (
400: hsla(0deg 0% 0% / 100%),
600: hsla(0deg 0% 15% / 100%)
),
output: (
error: hsla(0deg 75% 55% / 100%),
success: hsla(126deg 49% 42% / 100%)
)
);