feat: set width to 100%

This commit is contained in:
karishmas6
2024-08-22 05:49:30 +05:30
parent 01c04ed74b
commit ee940de7ab

View File

@@ -67,7 +67,7 @@ export const InterpretationLog = () => {
return (
<div>
<button onClick={toggleDrawer(true)} style={{ color: 'white', background: '#3f4853', border: 'none', padding: '10px 20px' }}>
<button onClick={toggleDrawer(true)} style={{ color: 'white', background: '#3f4853', border: 'none', padding: '10px 20px', width: '100%' }}>
Interpretation Log
</button>
<SwipeableDrawer