mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-02-24 12:12:54 +01:00
fix: password validation indicators white in dark mode
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user