Skip to content

Commit

Permalink
drawer 2
Browse files Browse the repository at this point in the history
  • Loading branch information
DerGoogler committed May 15, 2024
1 parent 223a87c commit a721feb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Website/src/components/onsenui/Splitter.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import onsCustomElement from "@Util/onsCustomElement";
import { SxProps } from "@mui/material";
import "onsenui/esm/elements/ons-splitter";
import React from "react";

Expand All @@ -9,6 +10,7 @@ interface HTMLSplitter {
interface HTMLSplitterContent {}

interface HTMLSplitterSide {
sx?: SxProps;
collapse?: boolean | "portrait" | "landscape";
swipeable?: boolean;
isOpen?: boolean;
Expand Down
1 change: 1 addition & 0 deletions Website/src/hooks/useTheme.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ const THIS_IS_THE_THEME_OBJECT_OF_THIS_F_APP = createTheme({
secondary: "#777777",
},
divider: "#f3f5f726",
menuoutline: "#333638",
},
} as unknown as MMRLTheme);

Expand Down
1 change: 1 addition & 0 deletions Website/src/typings/global.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ declare global {
primary?: {
header?: string;
};
menuoutline?: string;
text?: {
link?: string;
};
Expand Down

0 comments on commit a721feb

Please sign in to comment.