feat: align text to left

This commit is contained in:
karishmas6
2024-08-22 05:56:30 +05:30
parent ee940de7ab
commit 0de286694a

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', width: '100%' }}>
<button onClick={toggleDrawer(true)} style={{ color: 'white', background: '#3f4853', border: 'none', padding: '10px 20px', width: '100%', textAlign: 'left'}}>
Interpretation Log
</button>
<SwipeableDrawer