From 00a64681f53bdfd0cc20139295793b180002b486 Mon Sep 17 00:00:00 2001 From: Michele Balistreri Date: Fri, 11 Oct 2024 13:03:46 +0200 Subject: [PATCH] added missing color specs --- src/NFCModal.tsx | 2 +- src/Styles.tsx | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/NFCModal.tsx b/src/NFCModal.tsx index 099672c..4ce27ea 100644 --- a/src/NFCModal.tsx +++ b/src/NFCModal.tsx @@ -18,7 +18,7 @@ const NFCModal: FC = props => { Ready to Scan - + Tap your Keycard diff --git a/src/Styles.tsx b/src/Styles.tsx index 1fc5ea0..9f2ae7f 100644 --- a/src/Styles.tsx +++ b/src/Styles.tsx @@ -86,13 +86,15 @@ const Styles = StyleSheet.create({ modalHeader: { paddingTop: '7%', fontSize: 20, - fontFamily: 'Inter' + fontFamily: 'Inter', + color: 'white' }, modalPrompt: { paddingTop: '10%', fontSize: 16, fontFamily: 'Inter', - paddingBottom: 30 + paddingBottom: 30, + color: 'white' }, modalIconContainer: { width: 80,