Improve error messages

This commit is contained in:
Paul Frazee
2022-11-15 10:46:12 -06:00
parent f2bf75e85e
commit 020a0bc882
15 changed files with 156 additions and 32 deletions
+1
View File
@@ -45,6 +45,7 @@ export const colors = {
export const gradients = {
primary: {start: '#db00ff', end: '#ff007a'},
error: {start: '#ff007a', end: '#ed0d78'},
purple: {start: colors.pink3, end: colors.purple3},
blue: {start: colors.purple3, end: colors.blue3},
green: {start: colors.blue3, end: colors.green3},