From f626ae9dc45d097893baab86ce6a0aa71e1c6989 Mon Sep 17 00:00:00 2001 From: Manojava Koushik <111366021+manojava-gk@users.noreply.github.com> Date: Wed, 4 Dec 2024 13:53:16 +0530 Subject: [PATCH] fix: resolve style issue on app permission chip button (#1372) https://github.com/eclipse-tractusx/portal-frontend/issues/1358 --- src/components/shared/frame/AppPermissions/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/shared/frame/AppPermissions/index.tsx b/src/components/shared/frame/AppPermissions/index.tsx index fddece138..1a037735b 100644 --- a/src/components/shared/frame/AppPermissions/index.tsx +++ b/src/components/shared/frame/AppPermissions/index.tsx @@ -62,7 +62,7 @@ export const AppPermissions = ({ user }: { user: TenantUserDetails }) => { type="plain" variant="filled" withIcon={false} - sx={{ marginLeft: '10px' }} + sx={{ marginLeft: '10px', marginTop: '5px' }} /> ))}