diff --git a/android/app/src/main/assets/fonts/Prompt-Light.ttf b/android/app/src/main/assets/fonts/Prompt-Light.ttf new file mode 100644 index 0000000..e00a747 Binary files /dev/null and b/android/app/src/main/assets/fonts/Prompt-Light.ttf differ diff --git a/android/app/src/main/assets/fonts/Prompt-Thin.ttf b/android/app/src/main/assets/fonts/Prompt-Thin.ttf new file mode 100644 index 0000000..2767999 Binary files /dev/null and b/android/app/src/main/assets/fonts/Prompt-Thin.ttf differ diff --git a/android/app/src/main/res/values/colors.xml b/android/app/src/main/res/values/colors.xml index 2f5e5f8..ecedb42 100644 --- a/android/app/src/main/res/values/colors.xml +++ b/android/app/src/main/res/values/colors.xml @@ -1,11 +1,11 @@ - #ff7e5f + #000D19 - #c74e34 + #000D19 #351c4d diff --git a/assets/fonts/Prompt-Light.ttf b/assets/fonts/Prompt-Light.ttf new file mode 100644 index 0000000..e00a747 Binary files /dev/null and b/assets/fonts/Prompt-Light.ttf differ diff --git a/assets/fonts/Prompt-Thin.ttf b/assets/fonts/Prompt-Thin.ttf new file mode 100644 index 0000000..2767999 Binary files /dev/null and b/assets/fonts/Prompt-Thin.ttf differ diff --git a/ios/drip.xcodeproj/project.pbxproj b/ios/drip.xcodeproj/project.pbxproj index c6a9665..ff698e3 100644 --- a/ios/drip.xcodeproj/project.pbxproj +++ b/ios/drip.xcodeproj/project.pbxproj @@ -747,9 +747,9 @@ 13B07F8E1A680F5B00A75B9A /* Resources */, 00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */, 2B572382D4504B8FB4B9D251 /* Embed Frameworks */, - 7DDFD19623084447885928A6 /* Build NodeJS Mobile Native Modules */, - 554E2494DF2646B083F4BD1D /* Sign NodeJS Mobile Native Modules */, - 8F5D6E75B7D344BD80BC6EC0 /* Remove NodeJS Mobile Framework Simulator Strips */, + 2916172A40DD44AE85EB76AF /* Build NodeJS Mobile Native Modules */, + E93078AE736B464D9A7409A4 /* Sign NodeJS Mobile Native Modules */, + E95128D078C34495AFAAA808 /* Remove NodeJS Mobile Framework Simulator Strips */, ); buildRules = ( ); @@ -1232,7 +1232,7 @@ shellPath = /bin/sh; shellScript = "export NODE_BINARY=node\n../node_modules/react-native/scripts/react-native-xcode.sh"; }; - 7DDFD19623084447885928A6 /* Build NodeJS Mobile Native Modules */ = { + 2916172A40DD44AE85EB76AF /* Build NodeJS Mobile Native Modules */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -1300,7 +1300,7 @@ fi popd "; }; - 554E2494DF2646B083F4BD1D /* Sign NodeJS Mobile Native Modules */ = { + E93078AE736B464D9A7409A4 /* Sign NodeJS Mobile Native Modules */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -1360,7 +1360,7 @@ find \"$CODESIGNING_FOLDER_PATH/nodejs-project/\" -path \"*/*.framework/*\" -del find \"$CODESIGNING_FOLDER_PATH/nodejs-project/\" -name \"*.framework\" -type d -delete "; }; - 8F5D6E75B7D344BD80BC6EC0 /* Remove NodeJS Mobile Framework Simulator Strips */ = { + E95128D078C34495AFAAA808 /* Remove NodeJS Mobile Framework Simulator Strips */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( diff --git a/styles/index.js b/styles/index.js index 28b6ff0..9b0fa3a 100644 --- a/styles/index.js +++ b/styles/index.js @@ -1,6 +1,6 @@ import { StyleSheet } from 'react-native' -export const primaryColor = '#ff7e5f' +export const primaryColor = '#000D19' export const secondaryColor = '#351c4d' export const secondaryColorLight = '#91749d' export const fontOnPrimaryColor = 'white' @@ -36,13 +36,14 @@ export default StyleSheet.create({ }, welcome: { fontSize: 20, + fontFamily: 'serif', margin: 30, textAlign: 'center', textAlignVertical: 'center' }, dateHeader: { - fontSize: 22, - fontWeight: 'bold', + fontSize: 30, + fontFamily: 'Prompt-Thin', color: fontOnPrimaryColor, textAlign: 'center', }, @@ -112,7 +113,7 @@ export default StyleSheet.create({ paddingHorizontal: 15, alignItems: 'center', justifyContent: 'center', - height: '10%' + height: '10%', }, menu: { backgroundColor: primaryColor,