Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
bold
  • Loading branch information
ikethirdweb committed Oct 19, 2023
commit b89d33ed245818b5c2850f7e656d8923783c63c8
5 changes: 5 additions & 0 deletions .changeset/eight-gorillas-dream.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@thirdweb-dev/react-native": patch
---

React Native UI/theme improvements
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ export function ChooseWallet({
</Box>
);
})}
<Text variant="bodyLarge">Connect a wallet</Text>
<Text variant="bodySmallBold">Connect a wallet</Text>
</BaseButton>
)
) : null}
Expand All @@ -245,7 +245,7 @@ export function ChooseWallet({
color={theme.colors.textPrimary}
/>
) : (
<Text variant="bodySmall">Continue as guest</Text>
<Text variant="bodySmallBold">Continue as guest</Text>
)}
</BaseButton>
) : null}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ export const EmailSelectionUI: React.FC<
color={theme.colors.accentButtonTextColor}
/>
) : (
<Text variant="bodySmall" color="accentButtonTextColor">
<Text variant="bodySmallBold" color="accentButtonTextColor">
Continue
</Text>
)}
Expand Down