You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just upgraded to the newly released Flux 1.1 and configured my theme colors in the app.css and tailwind.config.js.
While everything works correctly, I was under the impression that the focus color for e.g. inputs would also be affected by this.
Having a form where everything is e.g. red, yet the focus color is the default blue simply looks weird.
On a similar note, is it recommended or not to use the tailwindcss/forms plugin? Because when not using it, the focus border looks even weirder and sometimes even glitches out on iOS safari, as seen here: https://imgur.com/a/66WP6pS
Edit: This seems to be an iOS Safari issue unrelated to Flux, as it appears on non-flux inputs as well.
Flux version
v1.1.0
Livewire version
v3.5.17
What is the problem?
I just upgraded to the newly released Flux 1.1 and configured my theme colors in the app.css and tailwind.config.js.
While everything works correctly, I was under the impression that the focus color for e.g. inputs would also be affected by this.
Having a form where everything is e.g. red, yet the focus color is the default blue simply looks weird.
On a similar note, is it recommended or not to use the tailwindcss/forms plugin? Because when not using it, the focus border looks even weirder and sometimes even glitches out on iOS safari, as seen here: https://imgur.com/a/66WP6pS
Edit: This seems to be an iOS Safari issue unrelated to Flux, as it appears on non-flux inputs as well.
Code snippets
<flux:input wire:model="location" type="text" label="Location" />
How do you expect it to work?
The focus color should match the configured accent color.
Please confirm (incomplete submissions will not be addressed)
The text was updated successfully, but these errors were encountered: