flowbite-react
flowbite-react copied to clipboard
Button with gradientDuoTone has no outline or hover on upgrade from 0.7.8 to 0.10.1
- [x] I have searched the Issues to see if this bug has already been reported
- [x] I have tested the latest version
Steps to reproduce
A page:
import { Button } from "flowbite-react"
export default function Page() {
return (
<div className="mt-48">
<p>Hello</p>
<Button outline gradientDuoTone="tealToLime">
Teal to Lime
</Button>
<p>Hello</p>
</div>
)
Current behavior
The button does not have an outline and there is no hover
Expected behavior
The button should have an outline
Context
I just upgraded flowbite-react from 0.7.8 to 0.10.1 and buttons with gradientDuoTone and outline dont work. There is no code change for me, just the update of flowbite-react