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

Exposed Fill and TabIndex props to Icons #1

Merged
merged 1 commit into from
Mar 18, 2024
Merged

Conversation

lynnlo
Copy link
Contributor

@lynnlo lynnlo commented Mar 17, 2024

📑 Description

Exposed the fill and tabIndex props to icons.
The documentation refers to tabindex but adding the props did nothing. When I looked at the package code, I found that it wasn't defined.

✅ Checks

  • My pull request adheres to the code style of this project
  • My code requires changes to the documentation
  • I have updated the documentation as required
  • All the tests have passed

Copy link

vercel bot commented Mar 17, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
svelte-feathers ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 17, 2024 7:34pm

@lynnlo lynnlo closed this Mar 17, 2024
@lynnlo lynnlo reopened this Mar 17, 2024
@shinokada shinokada merged commit 474813a into shinokada:main Mar 18, 2024
2 checks passed
@shinokada
Copy link
Owner

I updated icons by removing fill and tabindex.
Since all icons are outline, you don't need the fill.
I added withEvents so that tabindex is unnecessary.

Thank you for your contribution.

@lynnlo
Copy link
Contributor Author

lynnlo commented Mar 18, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants