diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-05-25 17:09:23 -0500 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-05-25 17:09:23 -0500 |
commit | bf056cf6228155abac25e91b88a8bed43bae2b70 (patch) | |
tree | 7a1f91c24abf20db38c944216c6b78dde74fb423 /src/lib/styles.ts | |
parent | cc6ead42d04f6ac1c46b6952db3f4d5a1830945b (diff) | |
download | voidsky-bf056cf6228155abac25e91b88a8bed43bae2b70.tar.zst |
Visually unify the home header with other screens
Diffstat (limited to 'src/lib/styles.ts')
-rw-r--r-- | src/lib/styles.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/styles.ts b/src/lib/styles.ts index 07315c9f2..fb631c0bf 100644 --- a/src/lib/styles.ts +++ b/src/lib/styles.ts @@ -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( |