diff --git a/packages/ui/src/components/Table/theme.ts b/packages/ui/src/components/Table/theme.ts index 2851b7919..140f77324 100644 --- a/packages/ui/src/components/Table/theme.ts +++ b/packages/ui/src/components/Table/theme.ts @@ -3,7 +3,7 @@ import type { FlowbiteTableTheme } from "./Table"; export const tableTheme: FlowbiteTableTheme = createTheme({ root: { - base: "w-full text-left text-sm text-gray-500 dark:text-gray-400", + base: "w-full text-left text-sm text-gray-500 dark:text-gray-300", shadow: "absolute left-0 top-0 -z-10 h-full w-full rounded-lg bg-white drop-shadow-md dark:bg-black", wrapper: "relative", },