From 591913daa7d7dde58748341f85ec46e72311fdbb Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Sat, 19 Oct 2024 00:57:28 +0530 Subject: [PATCH] feat: bg color change --- src/components/molecules/BrowserNavBar.tsx | 2 +- src/components/molecules/InterpretationLog.tsx | 2 +- src/components/organisms/BrowserContent.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/molecules/BrowserNavBar.tsx b/src/components/molecules/BrowserNavBar.tsx index cf00c8bd..48773278 100644 --- a/src/components/molecules/BrowserNavBar.tsx +++ b/src/components/molecules/BrowserNavBar.tsx @@ -77,7 +77,7 @@ const BrowserNavBar: FC = ({ }; return ( - + { diff --git a/src/components/molecules/InterpretationLog.tsx b/src/components/molecules/InterpretationLog.tsx index 14099c8f..69c85fa9 100644 --- a/src/components/molecules/InterpretationLog.tsx +++ b/src/components/molecules/InterpretationLog.tsx @@ -112,7 +112,7 @@ export const InterpretationLog: React.FC = ({ isOpen, se style={{ color: 'white', position: 'fixed', - background: '#870468', + background: '#101828', border: 'none', padding: '30px 20px', width: '100%', diff --git a/src/components/organisms/BrowserContent.tsx b/src/components/organisms/BrowserContent.tsx index 143eca7c..889fb031 100644 --- a/src/components/organisms/BrowserContent.tsx +++ b/src/components/organisms/BrowserContent.tsx @@ -117,7 +117,7 @@ export const BrowserContent = () => { }, []) return ( -
+