From 69ac71337263c0561728238d0df55dee94f1febd Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Mon, 26 Aug 2024 20:13:48 +0530 Subject: [PATCH] feat: additional options --- .../molecules/InterpretationLog.tsx | 27 ++++++++++++------- 1 file changed, 17 insertions(+), 10 deletions(-) diff --git a/src/components/molecules/InterpretationLog.tsx b/src/components/molecules/InterpretationLog.tsx index 6fe12845..b63ad91d 100644 --- a/src/components/molecules/InterpretationLog.tsx +++ b/src/components/molecules/InterpretationLog.tsx @@ -3,6 +3,7 @@ import SwipeableDrawer from '@mui/material/SwipeableDrawer'; import Typography from '@mui/material/Typography'; import Radio from '@mui/material/Radio'; import RadioGroup from '@mui/material/RadioGroup'; +import { Button } from '@mui/material'; import FormControlLabel from '@mui/material/FormControlLabel'; import FormControl from '@mui/material/FormControl'; import FormLabel from '@mui/material/FormLabel'; @@ -170,16 +171,22 @@ export const InterpretationLog = () => { - - -

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

-
- - } label="10" /> - } label="100" /> - } label="Custom" /> - -
+
+ + +

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

+
+ + } label="10" /> + } label="100" /> + } label="Custom" /> + +
+
+

Additional Options

+ +
+
) : null }