From 60c32fc86d46fa10d8bc09a756dd1624aa70ee3f Mon Sep 17 00:00:00 2001 From: DrMint Date: Tue, 22 Feb 2022 14:44:33 +0100 Subject: [PATCH] fixed visual bug with unthemed bg --- src/components/AppLayout.tsx | 2 +- src/contexts/AppLayoutContext.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/AppLayout.tsx b/src/components/AppLayout.tsx index b8c8541..a58e110 100644 --- a/src/components/AppLayout.tsx +++ b/src/components/AppLayout.tsx @@ -72,7 +72,7 @@ export default function AppLayout(props: AppLayoutProps): JSX.Element {
diff --git a/src/contexts/AppLayoutContext.tsx b/src/contexts/AppLayoutContext.tsx index 74401e5..4e5c6b5 100644 --- a/src/contexts/AppLayoutContext.tsx +++ b/src/contexts/AppLayoutContext.tsx @@ -1,5 +1,5 @@ import useStateWithLocalStorage from "hooks/useStateWithLocalStorage"; -import React, { ReactNode, useContext, useEffect, useState } from "react"; +import React, { ReactNode, useContext } from "react"; export interface AppLayoutState { subPanelOpen: boolean;