Skip to content

Commit

Permalink
fix: resolve style issue on app permission chip button (#1372)
Browse files Browse the repository at this point in the history
  • Loading branch information
manojava-gk authored Dec 4, 2024
1 parent 5c5c139 commit f626ae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/shared/frame/AppPermissions/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export const AppPermissions = ({ user }: { user: TenantUserDetails }) => {
type="plain"
variant="filled"
withIcon={false}
sx={{ marginLeft: '10px' }}
sx={{ marginLeft: '10px', marginTop: '5px' }}
/>
))}
</>
Expand Down

0 comments on commit f626ae9

Please sign in to comment.