Changing Colors
The project uses Flowbite-React, which works seamlessly with Tailwind CSS. To change the default colors of the app, you will need to modify the Tailwind configuration file tailwind.config.js.
1 - Open the tailwind.config.js
file.
2 - Locate the theme.extend.colors
section.
3 - Add or modify colors as needed. For example:
Last updated