Skip to content

Commit 3387518

Browse files
committed
chore: use label instead of text
1 parent a5df424 commit 3387518

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pages/send/Manual.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,11 +116,12 @@ export function Manual() {
116116
<View className="flex items-center justify-center">
117117
<Text className="text-muted-foreground text-center flex flex-row gap-4">
118118
<Checkbox
119+
aria-labelledby="add-to-contacts"
119120
checked={addToContacts}
120121
onCheckedChange={setAddToContacts}
121122
/>{" "}
122123
<View>
123-
<Text>Add to contacts</Text>
124+
<Label nativeID="add-to-contacts">Add to contacts</Label>
124125
</View>
125126
</Text>
126127
</View>

0 commit comments

Comments
 (0)