Skip to content

Commit f626ae9

Browse files
authored
fix: resolve style issue on app permission chip button (eclipse-tractusx#1372)
eclipse-tractusx#1358
1 parent 5c5c139 commit f626ae9

File tree

1 file changed

+1
-1
lines changed
  • src/components/shared/frame/AppPermissions

1 file changed

+1
-1
lines changed

src/components/shared/frame/AppPermissions/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export const AppPermissions = ({ user }: { user: TenantUserDetails }) => {
6262
type="plain"
6363
variant="filled"
6464
withIcon={false}
65-
sx={{ marginLeft: '10px' }}
65+
sx={{ marginLeft: '10px', marginTop: '5px' }}
6666
/>
6767
))}
6868
</>

0 commit comments

Comments
 (0)