From af6a7d58dd8e03effc6ea11b8ac0ed32786b69b5 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Thu, 10 Oct 2024 21:53:00 +0530 Subject: [PATCH] feat: discard red color --- src/components/molecules/NavBar.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/molecules/NavBar.tsx b/src/components/molecules/NavBar.tsx index 0da1bd2b..a1bdf107 100644 --- a/src/components/molecules/NavBar.tsx +++ b/src/components/molecules/NavBar.tsx @@ -114,7 +114,7 @@ export const NavBar: React.FC = ({ newRecording, recordingName, isR width: '140px', borderRadius: '5px', padding: '8px', - background: '#ff00c3', + background: 'red', color: 'white', marginRight: '10px', fontFamily: '"Roboto","Helvetica","Arial",sans-serif', @@ -122,7 +122,7 @@ export const NavBar: React.FC = ({ newRecording, recordingName, isR fontSize: '0.875rem', lineHeight: '1.75', letterSpacing: '0.02857em', - '&:hover': { color: 'white', backgroundColor: '#ff00c3' } + '&:hover': { color: 'white', backgroundColor: 'red' } }} onClick={goToMainMenu}> Discard