Replace color black with white for data box label

This commit is contained in:
Shreerang Kale 2024-10-28 15:22:05 +05:30
parent 709a41459e
commit c95c7dd992

View File

@ -288,7 +288,7 @@ const styles = StyleSheet.create({
fontSize: 18, fontSize: 18,
fontWeight: "bold", fontWeight: "bold",
marginBottom: 3, marginBottom: 3,
color: "black", color: "white",
}, },
dataBox: { dataBox: {
borderWidth: 1, borderWidth: 1,