mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-29 00:20:04 +01:00
web: fix font family in unlock note view
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user