Visually unify the home header with other screens
This commit is contained in:
parent
cc6ead42d0
commit
bf056cf622
5 changed files with 10 additions and 6 deletions
|
@ -52,6 +52,7 @@ export const colors = {
|
|||
green5: '#082b03',
|
||||
|
||||
unreadNotifBg: '#ebf6ff',
|
||||
brandBlue: '#0066FF',
|
||||
}
|
||||
|
||||
export const gradients = {
|
||||
|
@ -218,6 +219,8 @@ export const s = StyleSheet.create({
|
|||
green3: {color: colors.green3},
|
||||
green4: {color: colors.green4},
|
||||
green5: {color: colors.green5},
|
||||
|
||||
brandBlue: {color: colors.brandBlue},
|
||||
})
|
||||
|
||||
export function lh(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue