fix: password validation indicators white in dark mode

This commit is contained in:
thecodrr
2021-01-13 00:08:25 +05:00
parent 99d22e8460
commit 7bc4e98d1d

View File

@@ -147,7 +147,7 @@ function Field(props) {
) : (
<Icon.Cross color="error" size={14} />
)}
<Text fontSize="body" ml={1}>
<Text fontSize="body" color="text" ml={1}>
{rule.title}
</Text>
</Flex>