We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40e4e87 commit 0875198Copy full SHA for 0875198
packages/ui/src/components/Table/theme.ts
@@ -3,7 +3,7 @@ import type { FlowbiteTableTheme } from "./Table";
3
4
export const tableTheme: FlowbiteTableTheme = createTheme({
5
root: {
6
- 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",
7
shadow: "absolute left-0 top-0 -z-10 h-full w-full rounded-lg bg-white drop-shadow-md dark:bg-black",
8
wrapper: "relative",
9
},
0 commit comments