Lighten the button gradients a bit
This commit is contained in:
parent
c97045a21a
commit
9d6c4698a1
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ export const colors = {
|
||||||
}
|
}
|
||||||
|
|
||||||
export const gradients = {
|
export const gradients = {
|
||||||
blueLight: {start: '#555FFB', end: colors.blue3}, // buttons
|
blueLight: {start: '#5A71FA', end: colors.blue3}, // buttons
|
||||||
blue: {start: '#5E55FB', end: colors.blue3}, // fab
|
blue: {start: '#5E55FB', end: colors.blue3}, // fab
|
||||||
blueDark: {start: '#5F45E0', end: colors.blue3}, // avis, banner
|
blueDark: {start: '#5F45E0', end: colors.blue3}, // avis, banner
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue