Skip to content

Commit 510d5bc

Browse files
zoltanszogyenyimaman
authored andcommitted
fix(labels): default dark color of the input labels should be white (themesberg#978)
1 parent d96f0d1 commit 510d5bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Label/theme.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export const labelTheme: FlowbiteLabelTheme = {
55
base: 'text-sm font-medium',
66
disabled: 'opacity-50',
77
colors: {
8-
default: 'text-gray-900 dark:text-gray-300',
8+
default: 'text-gray-900 dark:text-white',
99
info: 'text-cyan-500 dark:text-cyan-600',
1010
failure: 'text-red-700 dark:text-red-500',
1111
warning: 'text-yellow-500 dark:text-yellow-600',

0 commit comments

Comments
 (0)