Skip to content

Commit

Permalink
Update some deprecated antd theme props
Browse files Browse the repository at this point in the history
  • Loading branch information
amonsosanz committed Oct 6, 2023
1 parent e2ab979 commit de1e5a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ui/src/styles/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ export const theme: ThemeConfig = {
InputNumber: { controlHeight: 40 },
Layout: { colorBgBody: "white", colorBgHeader: "white" },
Menu: {
colorItemBgHover: "white",
colorItemTextHover: primaryColor,
colorSubItemBg: "white",
itemHoverBg: "white",
itemHoverColor: primaryColor,
subMenuItemBg: "white",
},
Message: { fontSize: 18 },
Radio: { controlHeight: 40, size: 20 },
Expand Down

0 comments on commit de1e5a9

Please sign in to comment.