diff --git a/content/components/action-menu.mdx b/content/components/action-menu.mdx index 3a01ff62a..a1b739b4e 100644 --- a/content/components/action-menu.mdx +++ b/content/components/action-menu.mdx @@ -253,6 +253,27 @@ Especially when providing single or multi select items that rely on a crossmark +In order to maintain a consistent apperance, avoid using colored icons as a leading visual. Colored icons should be reserved for destructive actions. + + + + Do + Avoid using colored icons for standard menu items. This makes desctructive actions stand out. + + + Dont + When multiple colored icons are used, the meaning behind each color becomes diluted. + + + ### Dividers To enhance the readability of menus that contain numerous item descriptions, it is recommended to incorporate dividers. This can effectively prevent the menu from becoming overwhelming.