Skip to content

Commit

Permalink
embiggen text size on confirm sign out
Browse files Browse the repository at this point in the history
  • Loading branch information
attente committed Nov 10, 2024
1 parent 85b964b commit 5ba633c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/Wallet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ function Wallet() {
{isConfirmSignOutModalOpen && (
<Modal size="sm" onClose={() => setIsConfirmSignOutModalOpen(false)}>
<Box flexDirection="column" padding="8">
<Text color="text80" marginRight="8">
<Text variant="medium" color="text80" marginRight="8">
You will need to re-enter your mnemonic if you sign out. Continue?
</Text>
<Box flexDirection="row" width="full" justifyContent="flex-end" marginTop="8" gap="4">
Expand Down

0 comments on commit 5ba633c

Please sign in to comment.