feat: increase padding to 30px

This commit is contained in:
karishmas6
2024-10-18 23:56:49 +05:30
parent 78c88416f4
commit 85515fddd3

View File

@@ -114,7 +114,7 @@ export const InterpretationLog: React.FC<InterpretationLogProps> = ({ isOpen, se
position: 'fixed',
background: '#3f4853',
border: 'none',
padding: '10px 20px',
padding: '30px 20px',
width: '100%',
textAlign: 'left',
bottom: 0,