0

My component is wrapped by this div:

    <div className="bg-gray-800 border border-gray-700 rounded-lg">

....
      </div>

After installing Flowbite the border wasn't taking any color. Look after install.

Somehow also the Dividers lost their color.

  • 1
    Tailwind is in the end just CSS. Does flowbite add some CSS to your page? If yes, then this will most likely overwrite your tailwind CSS. Change tailwind CSS so it has higher specifity than flowbite or remove flowbite CSS. – cloned Jan 02 '23 at 07:34

1 Answers1

0

You need to add border-solid to className and it should work