mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-09-01 19:49:54 +02:00
web: update font size in Final component
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com>
This commit is contained in:
@@ -846,7 +846,7 @@ function Final(_props: BaseRecoveryComponentProps<"final">) {
|
||||
</Flex>
|
||||
<Text
|
||||
sx={{
|
||||
fontSize: "xs",
|
||||
fontSize: "sm",
|
||||
fontWeight: 500,
|
||||
color: "heading"
|
||||
}}
|
||||
@@ -887,7 +887,7 @@ function Final(_props: BaseRecoveryComponentProps<"final">) {
|
||||
</Flex>
|
||||
<Text
|
||||
sx={{
|
||||
fontSize: "xs",
|
||||
fontSize: "sm",
|
||||
fontWeight: 500,
|
||||
color: "heading"
|
||||
}}
|
||||
@@ -926,7 +926,7 @@ function Final(_props: BaseRecoveryComponentProps<"final">) {
|
||||
</Flex>
|
||||
<Text
|
||||
sx={{
|
||||
fontSize: "xs",
|
||||
fontSize: "sm",
|
||||
fontWeight: 500,
|
||||
color: "heading"
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user