Add accounts menu to shell

This commit is contained in:
Paul Frazee 2022-09-02 09:30:21 -05:00
parent 156a6a100f
commit 62a4e9aed1
5 changed files with 116 additions and 26 deletions

View file

@ -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({