From 9d6c4698a117e993943d1efc961aa90161d2dbd8 Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Wed, 18 Jan 2023 13:30:50 -0600 Subject: [PATCH] Lighten the button gradients a bit --- src/view/lib/styles.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/view/lib/styles.ts b/src/view/lib/styles.ts index 43c01641..dcaeab05 100644 --- a/src/view/lib/styles.ts +++ b/src/view/lib/styles.ts @@ -50,7 +50,7 @@ export const colors = { } export const gradients = { - blueLight: {start: '#555FFB', end: colors.blue3}, // buttons + blueLight: {start: '#5A71FA', end: colors.blue3}, // buttons blue: {start: '#5E55FB', end: colors.blue3}, // fab blueDark: {start: '#5F45E0', end: colors.blue3}, // avis, banner }