web: fix font family in unlock note view

This commit is contained in:
Abdullah Atta
2023-05-25 16:14:57 +05:00
parent 3ad346362b
commit 2c9f5df530

View File

@@ -102,12 +102,16 @@ function Unlock(props) {
</Text>
</Flex>
<Text
variant="subheading"
variant="body"
mt={1}
mb={4}
sx={{ textAlign: "center", color: "fontTertiary" }}
sx={{
textAlign: "center",
fontSize: "title",
color: "fontTertiary"
}}
>
Please enter the password to unlock this note
Please enter the password to unlock this note.
</Text>
<Field
id="vaultPassword"