diff --git a/.env.shared.enc b/.env.shared.enc index 7ea5a9d..56206f0 100644 Binary files a/.env.shared.enc and b/.env.shared.enc differ diff --git a/android/app/apollos.keystore.enc b/android/app/apollos.keystore.enc index 5134128..3a57d98 100644 Binary files a/android/app/apollos.keystore.enc and b/android/app/apollos.keystore.enc differ diff --git a/android/key.json.enc b/android/key.json.enc index 7482eca..cc315a3 100644 Binary files a/android/key.json.enc and b/android/key.json.enc differ diff --git a/ios/apollos.p8.enc b/ios/apollos.p8.enc index b580301..19f7817 100644 Binary files a/ios/apollos.p8.enc and b/ios/apollos.p8.enc differ diff --git a/src/theme/theme.js b/src/theme/theme.js index b03a80f..4651646 100644 --- a/src/theme/theme.js +++ b/src/theme/theme.js @@ -9,7 +9,7 @@ import { Appearance } from 'react-native'; * on a per-component basis with "overrides" */ const colors = { - primary: '#071A2A', + primary: '#4BA6DB', secondary: '#4BA6DB', tertiary: '#E7B547', };