We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In 0.5.1 when a Button is used with text and an Icon, the Icon appears right next to the text, rather than the Icon being offset.
<Button kind="primary" type="submit" icon={ArrowRight16}> Let's Play! </Button>
The text was updated successfully, but these errors were encountered:
Thank you @arcfide for raising this issue.
In Button.svelte, the bug is caused by hasIconOnly incorrectly evaluating to true.
hasIconOnly
true
Sorry, something went wrong.
89ec5fb
Released in v0.6.0
metonym
No branches or pull requests
In 0.5.1 when a Button is used with text and an Icon, the Icon appears right next to the text, rather than the Icon being offset.
The text was updated successfully, but these errors were encountered: