William Larsson

Results 2 comments of William Larsson

Can confirm that this indeed does solve the issue

I think I may have found something after some further research. It seems like the button uses `bg-neutral`: https://github.com/saadeghi/daisyui/blob/32ce5dd500e6518689901e3918ab6b0e7eadeb9f/src/components/styled/button.css#L336 while the input uses `border-base-200` and `bg-base-200`: https://github.com/saadeghi/daisyui/blob/32ce5dd500e6518689901e3918ab6b0e7eadeb9f/src/components/styled/input.css#L80 And therefore the...