Skip to content

Commit 0875198

Browse files
committed
Updated Theme table.root.base dark text to AA contrast ratio
1 parent 40e4e87 commit 0875198

File tree

1 file changed

+1
-1
lines changed
  • packages/ui/src/components/Table

1 file changed

+1
-1
lines changed

packages/ui/src/components/Table/theme.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import type { FlowbiteTableTheme } from "./Table";
33

44
export const tableTheme: FlowbiteTableTheme = createTheme({
55
root: {
6-
base: "w-full text-left text-sm text-gray-500 dark:text-gray-400",
6+
base: "w-full text-left text-sm text-gray-500 dark:text-gray-300",
77
shadow: "absolute left-0 top-0 -z-10 h-full w-full rounded-lg bg-white drop-shadow-md dark:bg-black",
88
wrapper: "relative",
99
},

0 commit comments

Comments
 (0)