mirror of
https://github.com/abhay-raizada/PeerScribe.git
synced 2026-04-26 16:24:03 +00:00
Fix input colors in dark mode
This commit is contained in:
@@ -96,7 +96,7 @@ export const PrescriptionCreator = ({form} : {form: any}) => {
|
||||
}}>
|
||||
<Text
|
||||
style={{
|
||||
color: Colors.green,
|
||||
color: "#000000",
|
||||
}}>
|
||||
{field.question}
|
||||
</Text>
|
||||
|
||||
Reference in New Issue
Block a user