web: update font size in Final component

Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com>
This commit is contained in:
01zulfi
2026-07-31 14:48:55 +05:00
parent a5fecc0ffa
commit 7789afb82d

View File

@@ -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"
}}