Skip to content

Commit

Permalink
20026: Set the label warning color to orange (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
lancegliser authored May 17, 2024
1 parent 67fdddd commit a38a33c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/themes/standard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,13 @@ export const standardFlowbiteTheme: CustomFlowbiteTheme = {
},
content: "",
},
label: {
root: {
colors: {
warning: "text-orange-500 dark:text-orange-700",
},
},
},
pagination: {
pages: {
selector: {
Expand Down

0 comments on commit a38a33c

Please sign in to comment.