Skip to content

Commit f37c2e1

Browse files
committed
Updated FlowbiteTableTheme.header.base to dark:text-gray-300
1 parent c32728b commit f37c2e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Table/theme.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export const tableTheme: FlowbiteTableTheme = {
1313
},
1414
},
1515
head: {
16-
base: 'group/head text-xs uppercase text-gray-700 dark:text-gray-400',
16+
base: 'group/head text-xs uppercase text-gray-700 dark:text-gray-300',
1717
cell: {
1818
base: 'group-first/head:first:rounded-tl-lg group-first/head:last:rounded-tr-lg bg-gray-50 dark:bg-gray-700 px-6 py-3',
1919
},

0 commit comments

Comments
 (0)