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
v1.1.0
v3.5.12
Hey!!!
I've just discovered a small UI bug in the button component.
When using icons with icon-variant, let's say outline, the icon size is set to size-6, instead of the default (4), and looks so big:
Using icon-variant="outline"
icon-variant="outline"
Without it
Inspecting the console I see that the size changed:
shrink-0 [:where(&)]:size-6 shrink-0 [:where(&)]:size-4
Hope it's a tiny one! Thanks for all! 🚀
<flux:button type="submit" variant="primary" icon="bolt" icon-variant="outline"> Start generating ✨ </flux:button>
<flux:button type="submit" variant="primary" icon="bolt"> Start generating ✨ </flux:button>
Fixing the icon size
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Flux version
v1.1.0
Livewire version
v3.5.12
What is the problem?
Hey!!!
I've just discovered a small UI bug in the button component.
When using icons with icon-variant, let's say outline, the icon size is set to size-6, instead of the default (4), and looks so big:
Using
icon-variant="outline"
Without it
Inspecting the console I see that the size changed:
shrink-0 [:where(&)]:size-6
shrink-0 [:where(&)]:size-4
Hope it's a tiny one! Thanks for all! 🚀
Code snippets
How do you expect it to work?
Fixing the icon size
Please confirm (incomplete submissions will not be addressed)
The text was updated successfully, but these errors were encountered: