Fixed tailwindcss classes (#629)

This commit is contained in:
yuri-sakharov
2025-11-30 21:36:16 +02:00
committed by GitHub
parent 7572f00f7c
commit 73f74d77bb
9 changed files with 427 additions and 629 deletions

View File

@@ -10,7 +10,7 @@ import { StoreInit } from "flowbite-react/store/init";
import React from "react";
export const CONFIG = {
dark: true,
dark: false,
prefix: "",
version: 4,
};