dark mode added
This commit is contained in:
parent
5a0568bec9
commit
f42e57d464
6 changed files with 44 additions and 13 deletions
|
|
@ -7,6 +7,7 @@ import { IconButton } from "./components/buttons/IconButton";
|
|||
import { BsBodyText } from "react-icons/bs";
|
||||
import { LogStreamModal } from "./components/modal/LogStreamModal";
|
||||
import { Header } from "./components/Header";
|
||||
import DarkModeToggle from "./components/buttons/DarkModeToggle";
|
||||
|
||||
export interface ErrorWithLabel {
|
||||
text: string;
|
||||
|
|
@ -86,6 +87,7 @@ export const RqbitWebUI = (props: {
|
|||
</div>
|
||||
|
||||
<LogStreamModal show={logsOpened} onClose={() => setLogsOpened(false)} />
|
||||
<DarkModeToggle />
|
||||
</AppContext.Provider>
|
||||
);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue