From 3574a58bd0ec983f1b81322baba0289119841049 Mon Sep 17 00:00:00 2001 From: David <97387061+david-cord@users.noreply.github.com> Date: Wed, 9 Feb 2022 10:00:08 +0000 Subject: [PATCH] Update components/menu/index.en-US.md Co-authored-by: Amumu --- components/menu/index.en-US.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/menu/index.en-US.md b/components/menu/index.en-US.md index 22340ff10318..6a4d4bffad75 100644 --- a/components/menu/index.en-US.md +++ b/components/menu/index.en-US.md @@ -98,7 +98,7 @@ More layouts with navigation: [Layout](/components/layout). | popupClassName | Sub-menu class name, not working when `mode="inline"` | string | - | | | popupOffset | Sub-menu offset, not working when `mode="inline"` | \[number, number] | - | | | title | Title of sub menu | ReactNode | - | | -| theme | Color theme of the sub-menu (inherits from `Menu`) | | `light` \| `dark` | - | 4.18 | +| theme | Color theme of the sub-menu (inherits from `Menu`) | | `light` \| `dark` | - | 4.19.0 | | onTitleClick | Callback executed when the sub-menu title is clicked | function({ key, domEvent }) | - | | ### Menu.ItemGroup