docs(menu): fix description for dangerItemActiveBg and dangerItemSelectedBg (#53014)

This commit is contained in:
Ryan Tan 2025-03-03 10:42:27 +08:00 committed by GitHub
parent b96d38cda6
commit 33b5fd42e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -146,16 +146,16 @@ export interface ComponentToken {
/** @deprecated Use `dangerItemActiveBg` instead */
colorDangerItemBgActive: string;
/**
* @desc
* @descEN Color of active danger menu item text
* @desc
* @descEN Background color of danger menu item when active
*/
dangerItemActiveBg: string;
/** @deprecated Use `dangerItemSelectedBg` instead */
colorDangerItemBgSelected: string;
/**
* @desc
* @descEN Color of selected danger menu item text
* @desc
* @descEN Background color of selected danger menu item
*/
dangerItemSelectedBg: string;