themesberg / flowbite

Open-source UI component library and front-end development framework based on Tailwind CSS
https://flowbite.com
MIT License
7.31k stars 710 forks source link

Button border missing for default dark button in dark mode? #791

Open Lexachoc opened 5 months ago

Lexachoc commented 5 months ago

Describe the bug In https://flowbite.com/docs/components/buttons/#default-button When I switch to dark mode, the background of the third button (dark style) is very close to the dark background. I can see that the border is set to "dark:border-gray-700", but the border is not shown because the class name "border" is missing. image image

Is this on purpose or is it a style mistake?

To Reproduce Steps to reproduce the behavior:

  1. Go to https://flowbite.com/docs/components/buttons/#default-button
  2. Click on 'Toogle dark mode'

Expected behavior I expected the dark style button's border looks like this: image

The same goes for the "Dark style" button in https://flowbite.com/docs/components/buttons/#button-pills

Screenshots See above

Desktop (please complete the following information):