Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[IOPLT-606] Fixes main issues on first accessibility inspections #310

Merged
merged 11 commits into from
Jul 19, 2024
Prev Previous commit
Next Next commit
Fix typo
dmnplb committed Jul 19, 2024
commit f90499c720b3470e90968c96cff0063446b4ca18
2 changes: 1 addition & 1 deletion example/src/pages/Badges.tsx
Original file line number Diff line number Diff line change
@@ -114,7 +114,7 @@ const renderTag = () => (
<Tag text={"Valore legale"} variant="legalMessage" />
</View>
<VSpacer size={8} />
<Tag variant="attachment" iconAccessibilityLabel="Attachement" />
<Tag variant="attachment" iconAccessibilityLabel="Attachment" />
<VSpacer size={8} />
<Tag text={"No icon"} variant="noIcon" />
<VSpacer size={8} />