@react-md/menu
Version:
Create menus that auto-position themselves within the viewport and adhere to the accessibility guidelines
22 lines • 730 B
JavaScript
;
/**
* This file was generated from @react-md/dev-utils and should not be updated
* manually.
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.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,
},
};
//# sourceMappingURL=scssVariables.js.map