From c95c7dd992ad8e060a035de06df28cc3dfa8587e Mon Sep 17 00:00:00 2001 From: Shreerang Kale Date: Mon, 28 Oct 2024 15:22:05 +0530 Subject: [PATCH] Replace color black with white for data box label --- src/styles/stylesheet.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/stylesheet.js b/src/styles/stylesheet.js index 52bd51f..a71df18 100644 --- a/src/styles/stylesheet.js +++ b/src/styles/stylesheet.js @@ -288,7 +288,7 @@ const styles = StyleSheet.create({ fontSize: 18, fontWeight: "bold", marginBottom: 3, - color: "black", + color: "white", }, dataBox: { borderWidth: 1,