From fd9247481b3a24a6bc9dea55dbf7a110d153a5b5 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Fri, 11 Oct 2024 18:29:30 +0530 Subject: [PATCH] fix: revert to old css --- src/components/molecules/InterpretationButtons.tsx | 2 +- src/components/molecules/InterpretationLog.tsx | 6 +++--- src/components/molecules/NavBar.tsx | 6 +++--- src/components/molecules/SaveRecording.tsx | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/components/molecules/InterpretationButtons.tsx b/src/components/molecules/InterpretationButtons.tsx index cb82da02..c9f45be2 100644 --- a/src/components/molecules/InterpretationButtons.tsx +++ b/src/components/molecules/InterpretationButtons.tsx @@ -160,7 +160,7 @@ export const InterpretationButtons = ({ enableStepping }: InterpretationButtonsP top: '50%', left: '50%', transform: 'translate(-50%, -50%)', - width: 300, + width: 500, background: 'white', border: '2px solid #000', boxShadow: '24', diff --git a/src/components/molecules/InterpretationLog.tsx b/src/components/molecules/InterpretationLog.tsx index 9dce3fd7..1af5bc8c 100644 --- a/src/components/molecules/InterpretationLog.tsx +++ b/src/components/molecules/InterpretationLog.tsx @@ -114,7 +114,7 @@ export const InterpretationLog: React.FC = ({ isOpen, se background: '#3f4853', border: 'none', padding: '10px 20px', - width: 900, + width: 1280, textAlign: 'left' }}> Interpretation Log @@ -129,7 +129,7 @@ export const InterpretationLog: React.FC = ({ isOpen, se background: 'white', color: 'black', padding: '10px', - height: 300, + height: 720, width: width - 10, display: 'flex' } @@ -173,7 +173,7 @@ export const InterpretationLog: React.FC = ({ isOpen, se

What is the maximum number of rows you want to extract?

- + } label="10" /> } label="100" /> } label="Custom" /> diff --git a/src/components/molecules/NavBar.tsx b/src/components/molecules/NavBar.tsx index b20d7ee9..f06bebd3 100644 --- a/src/components/molecules/NavBar.tsx +++ b/src/components/molecules/NavBar.tsx @@ -94,7 +94,7 @@ export const NavBar: React.FC = ({ newRecording, recordingName, isR color: 'white', marginRight: '10px', fontFamily: '"Roboto","Helvetica","Arial",sans-serif', - fontWeight: '300', + fontWeight: '500', fontSize: '0.875rem', lineHeight: '1.75', letterSpacing: '0.02857em', @@ -112,7 +112,7 @@ export const NavBar: React.FC = ({ newRecording, recordingName, isR color: 'white', marginRight: '10px', fontFamily: '"Roboto","Helvetica","Arial",sans-serif', - fontWeight: '300', + fontWeight: '500', fontSize: '0.875rem', lineHeight: '1.75', letterSpacing: '0.02857em', @@ -129,7 +129,7 @@ export const NavBar: React.FC = ({ newRecording, recordingName, isR color: 'white', marginRight: '10px', fontFamily: '"Roboto","Helvetica","Arial",sans-serif', - fontWeight: '300', + fontWeight: '500', fontSize: '0.875rem', lineHeight: '1.75', letterSpacing: '0.02857em', diff --git a/src/components/molecules/SaveRecording.tsx b/src/components/molecules/SaveRecording.tsx index 6f2becb3..c2f6911b 100644 --- a/src/components/molecules/SaveRecording.tsx +++ b/src/components/molecules/SaveRecording.tsx @@ -78,7 +78,7 @@ export const SaveRecording = ({ fileName }: SaveRecordingProps) => { marginRight: '10px', borderRadius: '5px', fontFamily: '"Roboto","Helvetica","Arial",sans-serif', - fontWeight: '300', + fontWeight: '500', fontSize: '0.875rem', lineHeight: '1.75', letterSpacing: '0.02857em',