@react-md/menu
Version:
Create menus that auto-position themselves within the viewport and adhere to the accessibility guidelines
21 lines (19 loc) • 574 B
text/typescript
/**
* This file was generated from @react-md/dev-utils and should not be updated
* manually.
*/
export default {
"rmd-menu-background-color": "var(--rmd-theme-surface, #fff)",
"rmd-menu-color": "var(--rmd-theme-on-surface, #000)",
"rmd-menu-z-index": 30,
"rmd-menu-elevation": 8,
"rmd-menu-min-width": "7rem",
"rmd-menu-icon-spacing": "1rem",
"rmd-menu-theme-values": {
"background-color": "var(--rmd-theme-surface, #fff)",
color: "var(--rmd-theme-on-surface, #000)",
"min-width": "7rem",
"icon-spacing": "1rem",
"z-index": 30,
},
};