Add accounts menu to shell
This commit is contained in:
parent
156a6a100f
commit
62a4e9aed1
5 changed files with 116 additions and 26 deletions
|
@ -44,6 +44,9 @@ export const colors = {
|
|||
|
||||
export const gradients = {
|
||||
primary: {start: '#db00ff', end: '#ff007a'},
|
||||
purple: {start: colors.pink3, end: colors.purple3},
|
||||
blue: {start: colors.purple3, end: colors.blue3},
|
||||
green: {start: colors.blue3, end: colors.green3},
|
||||
}
|
||||
|
||||
export const s = StyleSheet.create({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue