Lighten the button gradients a bit

zio/stable
Paul Frazee 2023-01-18 13:30:50 -06:00
parent c97045a21a
commit 9d6c4698a1
1 changed files with 1 additions and 1 deletions

View File

@ -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
}