react-cascading-menu
Version:
React-Cascading-Menu is a multi-selectable cascading menu component for React, providing horizontal navigation and global search for efficient option selection.
21 lines (20 loc) • 417 B
text/typescript
export const theme = {
light: {
background: "#FFFFFF",
background2: "#efefef",
text: "#333333",
text2: "#333333",
hover: "#FAFAFA",
selected: "#007BFF",
borders: "#E5E5E5",
},
dark: {
background: "#121212",
background2: "#1c1c1cf2",
text: "#E0E0E0",
text2: "#E0E0E0",
hover: "#1F1F1F",
selected: "#1E90FF",
borders: "#333333",
},
};