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,
fontWeight: "bold",
marginBottom: 3,
color: "black",
color: "white",
},
dataBox: {
borderWidth: 1,