Fix input colors in dark mode

This commit is contained in:
Abhay Raizada
2024-03-22 07:00:38 +05:30
parent db290cd5dc
commit 23c4107763
2 changed files with 19 additions and 14 deletions

View File

@@ -96,7 +96,7 @@ export const PrescriptionCreator = ({form} : {form: any}) => {
}}>
<Text
style={{
color: Colors.green,
color: "#000000",
}}>
{field.question}
</Text>