diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-01-18 13:30:50 -0600 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-01-18 13:30:50 -0600 |
commit | 9d6c4698a117e993943d1efc961aa90161d2dbd8 (patch) | |
tree | f6f4f515f4f368b6ad83d63aef36382f7ae84e71 /src | |
parent | c97045a21ad47ea6c03855a776792e0b181e2097 (diff) | |
download | voidsky-9d6c4698a117e993943d1efc961aa90161d2dbd8.tar.zst |
Lighten the button gradients a bit
Diffstat (limited to 'src')
-rw-r--r-- | src/view/lib/styles.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/lib/styles.ts b/src/view/lib/styles.ts index 43c016418..dcaeab056 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 } |