Skip to content

Commit

Permalink
release:doc
Browse files Browse the repository at this point in the history
  • Loading branch information
edsonmartins committed Jun 4, 2024
1 parent d9b9c4c commit b5a75a9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Binary file added archbase-react-2.0.22.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "archbase-react",
"version": "2.0.21",
"version": "2.0.22",
"description": "Biblioteca de compontentes React TypeScript focada em produtividade no desenvolvimento web.",
"author": "Edson Martins <edsonmartins2005@gmail.com>",
"license": "MIT",
Expand Down
3 changes: 1 addition & 2 deletions src/components/security/SecurityManager.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,7 @@ export function ArchbaseSecurityManager({
header="Foto"
render={(cell) => (
<img
height={'32px'}
style={{ borderRadius: 50 }}
style={{ borderRadius: 50, height:'36px', maxHeight:'36px' }}
src={cell.row.original.avatar ? atob(cell.row.original.avatar) : NO_USER}
/>
)}
Expand Down

0 comments on commit b5a75a9

Please sign in to comment.