fix app version padding

This commit is contained in:
Abhinav 2022-11-21 18:15:33 +05:30
parent b35d4e8ce0
commit 68d71ee519

View file

@ -56,7 +56,7 @@ export default function DebugSection() {
{constants.DOWNLOAD_UPLOAD_LOGS}
</SidebarButton>
{appVersion && (
<Typography p={2} color="text.secondary" variant="caption">
<Typography p={1.5} color="text.secondary" variant="caption">
{appVersion}
</Typography>
)}