Fix header height (GetWorker)

This commit is contained in:
Mustafa Gezen 2023-08-27 06:03:59 +02:00
parent 06902737cd
commit 280931f4ea
Signed by: mustafa
GPG Key ID: DCDF010D946438C1

View File

@ -88,7 +88,8 @@ export const GetWorker = () => {
</Dialog>
<Box
sx={{
p: 1.5,
px: 1.5,
height: '48px',
display: 'flex',
justifyContent: 'justify-between',
alignItems: 'center',