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 d96f0d1 commit 510d5bcCopy full SHA for 510d5bc
src/components/Label/theme.ts
@@ -5,7 +5,7 @@ export const labelTheme: FlowbiteLabelTheme = {
5
base: 'text-sm font-medium',
6
disabled: 'opacity-50',
7
colors: {
8
- default: 'text-gray-900 dark:text-gray-300',
+ default: 'text-gray-900 dark:text-white',
9
info: 'text-cyan-500 dark:text-cyan-600',
10
failure: 'text-red-700 dark:text-red-500',
11
warning: 'text-yellow-500 dark:text-yellow-600',
0 commit comments