From a38a33c2ad56bc64798ff56b921bf16503a19e2d Mon Sep 17 00:00:00 2001 From: Lance Gliser Date: Fri, 17 May 2024 08:34:53 -0500 Subject: [PATCH] 20026: Set the label warning color to orange (#28) --- src/themes/standard.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/themes/standard.ts b/src/themes/standard.ts index 1202542..9cebbee 100644 --- a/src/themes/standard.ts +++ b/src/themes/standard.ts @@ -99,6 +99,13 @@ export const standardFlowbiteTheme: CustomFlowbiteTheme = { }, content: "", }, + label: { + root: { + colors: { + warning: "text-orange-500 dark:text-orange-700", + }, + }, + }, pagination: { pages: { selector: {