about summary refs log tree commit diff
path: root/src/view/lib/styles.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/view/lib/styles.ts')
-rw-r--r--src/view/lib/styles.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/view/lib/styles.ts b/src/view/lib/styles.ts
index dfcaeef92..4bea6443c 100644
--- a/src/view/lib/styles.ts
+++ b/src/view/lib/styles.ts
@@ -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},