diff --git a/src/styles/colors.scss b/src/styles/colors.scss index 66a2311..b6beafa 100644 --- a/src/styles/colors.scss +++ b/src/styles/colors.scss @@ -27,3 +27,8 @@ $tag-text: #4aa158; $input-background: #26232d; $input-border: #5c5a61; + +$error-background: #7a2725; + +$warning-background: #7d4825; +$warning-border: #95562c;