Skip to content

Commit

Permalink
feat (Catalog): Manage Controls Hierarchy (#947)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpemy authored Oct 17, 2023
1 parent 948237c commit 14a063e
Show file tree
Hide file tree
Showing 15 changed files with 2,446 additions and 224 deletions.
4 changes: 4 additions & 0 deletions packages/oscal-react-library/createPalette.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ declare module "@mui/material/styles/createPalette" {
shadyGray: PaletteColor;
shadyBlue: PaletteColor;
smokyWhite: PaletteColor;
darkWhite: PaletteColor;
simpleBlue: PaletteColor;
}
interface PaletteOptions {
backgroundGray?: PaletteColorOptions;
Expand All @@ -45,5 +47,7 @@ declare module "@mui/material/styles/createPalette" {
shadyGray?: PaletteColorOptions;
shadyBlue?: PaletteColorOptions;
smokyWhite?: PaletteColorOptions;
darkWhite?: PaletteColorOptions;
simpleBlue?: PaletteColorOptions;
}
}
Loading

0 comments on commit 14a063e

Please sign in to comment.